Skip to content

Commit

Permalink
Documentation updated (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhard authored Aug 12, 2024
1 parent 1b9de37 commit 64ca1fd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,24 @@
### libraries used
- bs4

### install by using
### clone repo
```bash
pip install -r requirements.txt
git clone https://github.com/hmhard/tikvah-tg-channel-analysis.git
```

### run the following commands

```bash
# give permission
chmod +x process.sh
./process.sh 500
```


```bash
# default 500 given change to whatever you want
chmod +x process.sh
./process.sh 500
```

### Preprocessing Steps Completed:
Expand All @@ -24,11 +39,7 @@ pip install -r requirements.txt
- 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

Expand Down
1 change: 1 addition & 0 deletions process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ python_files=(
# "remove_unwanted_chars_from_keys.py"
"clean_stop_words.py"
)
pip install -r requirements.txt

for file in "${python_files[@]}"
do
Expand Down

0 comments on commit 64ca1fd

Please sign in to comment.