Commit 0e22dcc6 authored by Elias's avatar Elias

updated readme

parent 1aa95421
...@@ -41,3 +41,9 @@ python3 TrainValTest5_Random.py ...@@ -41,3 +41,9 @@ python3 TrainValTest5_Random.py
```bash ```bash
python3 TrainValTest6_Random.py python3 TrainValTest6_Random.py
``` ```
**TrainValTest7_Random.py :** This script groups all the words into 10 bins (each bin represents 10% of the sum of occurrences of the words in the Train), this will allow you to choose words from all the bins for the test phase (there will be bins where the words are the least repeated in the corpus and bins where the words are the most repeated in the corpus).
```bash
python3 TrainValTest7_Random.py
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment