Skip to content

Commit

Permalink
Updated project details
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhard committed Aug 11, 2024
1 parent 88156a8 commit ce8a095
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,35 @@

![Image](./image.png)

### libraries used
- bs4

### install by using
```bash
pip install -r requirements.txt
```

### Preprocessing Steps Completed:

- Fetched HTML data.
- Extracted data into JSON format.
- Filtered Amharic keywords, removing entries with:
- Emojis
- English characters
- Special characters
- Numbers
- Filtered out stop words.

### change top_n (default:500) in top-words.py and run

```bash
python top-words.py
```

## final data be like

```bash
let data = {
data = {
"ሰዎች": 14109,
"ከተማ": 10457,
"ክልል": 9968,
Expand Down

0 comments on commit ce8a095

Please sign in to comment.