class documentation
class BabelTokenWord:
Represents the token unit which can be used to build sentences.
| Method | __init__ |
init method |
| Instance Variable | end |
The end position. |
| Instance Variable | lemma |
The lemma of the inflected form in the string range. |
| Instance Variable | start |
The start position. |
| Method | __eq__ |
Undocumented |
| Method | __hash__ |
Undocumented |
| Method | __lt__ |
Undocumented |
| Method | __repr__ |
Undocumented |
| Method | __str__ |
Undocumented |