List of definition token.lemma, token.dep abbrev used in doc/token #9806
Replies: 1 comment 2 replies
-
Hellos, those are dependency tags and each model has its own labeling scheme, you can observe the list from the model's documentation page. This is English tags: If you wanna know more about what dependency tagging mean, I can suggest a section from Jurafsky's book: https://web.stanford.edu/~jurafsky/slp3/14.pdf Also universal dependencies contains information per tag along with examples how tags are used: https://universaldependencies.org/en/dep/index.html Word lemma is the base form of a word, when you strip suffixes. It's the base form a word, when you strip the notion of time, person, singularity/plurality form this word. Some examples:
Here's more explanation: https://simple.wikipedia.org/wiki/Lemma_(linguistics) . Also my book includes a section about lemma and stem concepts, in case you come across it in future. Cheers! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't find in doc list of used abbrev. Some are obvious like VERB/ROOT, ADJ, but other not like nmod:arg, obl:arg, advmod:emph is not. I ask here about data available for token inside doc.
Where can I found in documentation meaning of used shortcuts? Eventually what convention is used to figure out in other source what all at the mean?
Thank you for your suggestions. Best regards
Beta Was this translation helpful? Give feedback.
All reactions