Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.22 KB

TokensResponseTokens.md

File metadata and controls

14 lines (11 loc) · 1.22 KB

TmApi.Model.TokensResponseTokens

Properties

Name Type Description Notes
Word string Word as in text [optional]
Lemma string A dictionary form of a word, e.g. given verb forms "run", "ran" and "runs", "run" is the lemma [optional]
PartOfSpeech string 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]
IsExtension 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]