rau.vocab
¶
- rau.vocab.build_to_int_vocabulary(func)¶
- Return type:
- class rau.vocab.ToIntVocabulary¶
Bases:
Vocabulary
- class rau.vocab.ToIntVocabularyBuilder¶
Bases:
VocabularyBuilder
[ToIntVocabulary
]- catchall(token)¶
- Return type:
- content(tokens)¶
- Return type:
- reserved(tokens)¶
- Return type:
- rau.vocab.build_to_string_vocabulary(func)¶
- Return type:
- class rau.vocab.ToStringVocabulary¶
Bases:
Vocabulary
- __init__(reserved_names)¶
- class rau.vocab.ToStringVocabularyBuilder¶
Bases:
VocabularyBuilder
[ToStringVocabulary
]- catchall(token)¶
- Return type:
- content(tokens)¶
- Return type:
- reserved(tokens)¶
- Return type: