Skip to content

Commit

Permalink
Update Penn POS descriptions in chunkparser_app.py (#3188)
Browse files Browse the repository at this point in the history
Corrected typo (masps -> mass) as per
https://cs.nyu.edu/~grishman/jet/guide/PennPOS.html
  • Loading branch information
nathanjmcdougall committed Sep 27, 2023
1 parent 582e6e3 commit f529622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nltk/app/chunkparser_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class RegexpChunkApp:
"VBD": "Verb, past tense",
"MD": "Modal",
"NNS": "Noun, plural",
"NN": "Noun, singular or masps",
"NN": "Noun, singular or mass",
"VBN": "Verb, past participle",
"VBZ": "Verb,3rd ps. sing. present",
"NNP": "Proper noun, singular",
Expand Down

0 comments on commit f529622

Please sign in to comment.