Skip to content

Commit

Permalink
Add wikipedia extra req to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Suqi Sun committed Jan 12, 2022
1 parent 1d00cb8 commit b004259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Some components or modules in forte may require some [extra requirements](https:
* `pip install forte[ner]`: Install packages required for [ner_trainer](https:/asyml/forte/blob/master/forte/trainer/ner_trainer.py)
* `pip install forte[test]`: Install packages required for running [unit tests](https:/asyml/forte/tree/master/tests).
* `pip install forte[example]`: Install packages required for running [forte examples](https:/asyml/forte/tree/master/examples).
* `pip install forte[wikipedia]`: Install packages required for reading [wikipedia datasets](https:/asyml/forte/tree/master/forte/datasets/wikipedia).
* `pip install forte[augment]`: Install packages required for [data augmentation module](https:/asyml/forte/tree/master/forte/processors/data_augment).
* `pip install forte[stave]`: Install packages required for [StaveProcessor](https:/asyml/forte/blob/master/forte/processors/stave/stave_processor.py).
* `pip install forte[audio_ext]`: Install packages required for [AudioReader](https:/asyml/forte/blob/master/forte/data/readers/audio_reader.py).
Expand Down

0 comments on commit b004259

Please sign in to comment.