lilt-java

Lilt API binding for java

View the Project on GitHub lilt/lilt-java

Translation

A machine translation (MT) or a translation memory (TM) match of a source segment.

Properties

Name Type Description Notes
target String The target string. [optional]
targetWithTags String The target string with source tags projected into the target. [optional]
align String \"MT only: A whitespace delimited list of source-target alignment indices.\" [optional]
provenance String Positive values indicate that the word is from the Memory, with contiguous identical entries (e.g., 2 2) indicating phrase matches. Negative contiguous values indicate entries from the Lexicon. 0 indicates a word from the background data. [optional]
score BigDecimal The score of the translation. [optional]
isTMMatch Boolean TM only: If true, indicates an exact translation memory match. [optional]
targetDelimiters List<String> A format string that indicates, for each word, if the word should be preceded by a space. [optional]
targetWords List<String> The target string can be constructed by suffixing each `targetDelimiters` entry with its corresponding word in `targetWords` and concatenating the constructed array. Please note that the `targetDelimiters` array has one more entry than `targetWords` array which is why the last entry in the array will be the last value of `targetDelimiters`. [optional]