Skip to content
Discussion options

You must be logged in to vote

Which tags do you want exactly? You can get the fine-grained part of speech tags, which are based on the Penn Treebank, by checking the labels of the tagger component using your snippet above. You can also find those listed on the model page, under "label scheme" (it's collapsed by default).

Some languages have features like whether a noun is plural or tense information, but English doesn't have features like that, though some of it is encoded in the fine-grained tags.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@polm
Comment options

@polm
Comment options

Answer selected by k-sap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / morphologizer Feature: Morphologizer
2 participants