lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

LexiconEntryExamples

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- source | str | The source string. | [optional] source_delimiters | list[str] | A format string that indicates, for each word, if the source word should be preceded by a space. | [optional] target | str | The target string | [optional] target_delimiters | list[str] | A format string that indicates, for each word, if the target word should be preceded by a space. | [optional] source_span | LexiconEntrySourceSpan | | [optional] target_span | LexiconEntryTargetSpan | | [optional] similarity | float | | [optional] memory_id | float | A unique Memory identifier. If this identifier is missing, then the term comes from the generic concordance. | [optional]

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