BlingFire
Constants
SOURCE_URL = "https://github.com/kojix2/blingfire-crystal"
VERSION = {{ (`shards version /tmp/tmp.AiMABp/src/src/blingfire`).chomp.stringify }}
Instance methods
free_model(model)
Sourceids_to_text(model, ids, skip_special_tokens = true, output_buffer_size = nil)
Sourcelib_version
Sourceload_model(model_path)
Sourcenormalize_spaces(text)
Sourcetext_to_ids(model, text, max_len = nil, unk_id = 0)
Sourcetext_to_ids_with_offsets(model, text, max_len = nil, unk_id = 0)
Sourcetext_to_sentences(text)
Sourcetext_to_sentences_with_model(model, text)
Sourcetext_to_sentences_with_offsets(text)
Sourcetext_to_sentences_with_offsets_with_model(model, text)
Sourcetext_to_words(text)
Sourcetext_to_words_with_model(model, text)
Sourcetext_to_words_with_offsets(text)
Sourcetext_to_words_with_offsets_with_model(model, text)
Source