lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

TranslationList

An ranked list of translations and associated metadata.

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- untokenized_source | str | The untokenized source segment. Punctuation has not been separated from words. | [optional] tokenized_source | str | The tokenized source segment. Punctuation has been separated from words. | [optional] source_delimiters | list[str] | A format string that indicates, for each word, if the word should be preceded by a space. | [optional] translation | list[Translation] | A list of Translation objects. | [optional]

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