Skip to content

Commit

Permalink
Resolved typos, thanks to @baocin for pointing this out
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Oct 6, 2021
1 parent 3ffed20 commit cd06fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nltk/tag/stanford.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class StanfordPOSTagger(StanfordTagger):
A class for pos tagging with Stanford Tagger. The input is the paths to:
- a model trained on training data
- (optionally) the path to the stanford tagger jar file. If not specified here,
then this jar file must be specified in the CLASSPATH envinroment variable.
then this jar file must be specified in the CLASSPATH environment variable.
- (optionally) the encoding of the training data (default: UTF-8)
Example:
Expand Down Expand Up @@ -179,7 +179,7 @@ class StanfordNERTagger(StanfordTagger):
- a model trained on training data
- (optionally) the path to the stanford tagger jar file. If not specified here,
then this jar file must be specified in the CLASSPATH envinroment variable.
then this jar file must be specified in the CLASSPATH environment variable.
- (optionally) the encoding of the training data (default: UTF-8)
Example:
Expand Down

0 comments on commit cd06fe1

Please sign in to comment.