Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
senisioi committed Feb 11, 2022
1 parent db32bf2 commit 930967b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ We used an En-Fr readily-available MT model implemented in [fairseq-py](https://



### 2. Generate pos-tagged directories
### 2. Generate PoS-tagged and no-entity files

This will generate PoS-tagged directories from English, French, and MT French train-test splits. Check the source code, if you wish to run it on a custom directory.
This will generate PoS-tagged copies of the text files and copies that have all the annotated entities replaced. It is intended to be used with the English, French, and MT French train-test splits. Check the source code, if you wish to run it on a custom directory.
```bash
cd src && python3 make_pos_dirs.py
```
Expand Down

0 comments on commit 930967b

Please sign in to comment.