lilt-java

Lilt API binding for java

View the Project on GitHub lilt/lilt-java

TranslationList

An ranked list of translations and associated metadata.

Properties

Name Type Description Notes
untokenizedSource String The untokenized source segment. Punctuation has not been separated from words. [optional]
tokenizedSource String The tokenized source segment. Punctuation has been separated from words. [optional]
sourceDelimiters List<String> 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]