Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.21 KB

TokensResponseTokens.md

File metadata and controls

15 lines (11 loc) · 1.21 KB

TokensResponseTokens

Properties

Name Type Description Notes
word str Word as in text [optional]
lemma str A dictionary form of a word, e.g. given verb forms "run", "ran" and "runs", "run" is the lemma [optional]
part_of_speech str Assigns a word to a morphological category according to each syntactic functions. [optional]
modifier object One of the grammatical categories of a word, e.g. person for verbs or number for nouns. Each part of speech has its own set of modifiers. The detailed list of parameters can be found in Help to TM API Server. [optional]
is_extension int Indicates a way of writing a token with the previous one. It returns "1", if tokens are written as a single token. It returns "0", if tokens are written separately. [optional]
position TokensResponsePosition [optional]

[Back to Model list] [Back to API list] [Back to README]