lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

LexiconEntryTargetSpan

An object that indicates the location in the target of contiguous words that align with the source query.

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- start | float | The zero-indexed start index when `target` is split on whitespace. | [optional] length | float | The length in words after `start` of the target aligned phrase. | [optional]

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