Class: Word

models~ Word

A class representing a DLx Word Token.


new Word( [data])

Create a new word token

Parameters:
Name Type Argument Default Description
data Object <optional>
{}

The data for this word token

Properties:
Name Type Description
analysis models.Transcription

The morphological analysis of this word, with morpheme breaks

gloss models.MultiLangString

The glossed analysis of this word, with morpheme breaks

literal models.MultiLangString

The literal translation of this word token

transcription models.Transcription

The transcription of this word token

translation models.MultiLangString

The translation of this word token

Extends

  • Model