Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 635 Bytes

TranslationList.md

File metadata and controls

12 lines (8 loc) · 635 Bytes

LiltNode.TranslationList

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 [String] A format string that indicates, for each word, if the word should be preceded by a space. [optional]
translation [Translation] A list of Translation objects. [optional]