class BlingFire::Model
- BlingFire::Model
- Reference
- Object
Defined in:
blingfire/model.crConstructors
Instance Method Summary
- #finalize
- #ids_to_text(ids, skip_special_tokens = true, output_buffer_size = nil)
- #text_to_ids(text, max_len = nil, unk_id = 0)
- #text_to_ids_with_offsets(text, max_len = nil, unk_id = 0)
- #text_to_sentences(text)
- #text_to_sentences_with_offsets(text)
- #text_to_words(text)
- #text_to_words_with_offsets(text)
- #to_unsafe : Pointer(Void)