Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNMT/Tokenizer
/ functions
Functions
261 in github.com/OpenNMT/Tokenizer
⨍
Functions
261
◇
Types & classes
32
↓ 1 callers
Function
get_script_code
src/unicode/Unicode.cc:254
↓ 1 callers
Function
get_script_name
src/unicode/Unicode.cc:266
↓ 1 callers
Function
get_upper
src/unicode/Unicode.cc:212
↓ 1 callers
Function
hex_to_int
src/Utils.cc:82
↓ 1 callers
Method
ingest_file
bindings/python/pyonmttok/Python.cc:325
↓ 1 callers
Function
is_mark
src/unicode/Unicode.cc:197
↓ 1 callers
Method
is_new_token
src/Tokenizer.cc:575
↓ 1 callers
Function
is_valid_language
src/unicode/Unicode.cc:240
↓ 1 callers
Method
learn
src/SentencePieceLearner.cc:70
↓ 1 callers
Method
learn
bindings/python/pyonmttok/Python.cc:348
↓ 1 callers
Function
merge_consecutive_ranges
src/Tokenizer.cc:237
↓ 1 callers
Method
num_tokens
src/Tokenizer.cc:570
↓ 1 callers
Function
numbers_only
Returns true if token only contains numbers.
src/Casing.cc:261
↓ 1 callers
Function
parse_kwargs
bindings/python/pyonmttok/Python.cc:391
↓ 1 callers
Function
read_case_markup
src/Casing.cc:198
↓ 1 callers
Function
replace_pair
src/BPELearner.cc:202
↓ 1 callers
Function
restore_token_casing
src/Casing.cc:116
↓ 1 callers
Function
set_random_generator_seed
src/Utils.cc:64
↓ 1 callers
Function
set_random_seed
src/Tokenizer.cc:12
↓ 1 callers
Method
set_subword_encoder
src/Tokenizer.cc:1131
↓ 1 callers
Function
support_language_rules
src/unicode/Unicode.cc:235
↓ 1 callers
Method
tokenize
src/ITokenizer.cc:141
↓ 1 callers
Function
unescape_characters
src/Tokenizer.cc:291
↓ 1 callers
Function
update_pair_statistics
src/BPELearner.cc:102
↓ 1 callers
Method
update_tokenization_options
src/SentencePiece.cc:39
Method
BPE
src/BPE.cc:30
Method
BPELearnerWrapper
bindings/python/pyonmttok/Python.cc:370
Method
Change
src/BPELearner.cc:68
Function
CharInfo
include/onmt/unicode/Unicode.h:61
Method
Options
src/Tokenizer.cc:80
Method
Options
include/onmt/Tokenizer.h:57
Function
PYBIND11_MODULE
bindings/python/pyonmttok/Python.cc:498
Method
SentencePiece
src/SentencePiece.cc:21
Method
SentencePieceLearnerWrapper
bindings/python/pyonmttok/Python.cc:414
Method
SentencePieceTokenizerWrapper
bindings/python/pyonmttok/Python.cc:299
Method
SubwordLearner
src/SubwordLearner.cc:10
Method
SubwordLearnerWrapper
bindings/python/pyonmttok/Python.cc:316
Function
TEST
test/test.cc:135
Method
TokenCaseMarkup
src/Casing.h:36
Method
TokenizerWrapper
bindings/python/pyonmttok/Python.cc:23
Method
TokensBuilder
src/Tokenizer.cc:557
Method
add_alphabet_to_segment
src/Tokenizer.cc:148
Function
append_feature
include/onmt/Token.h:59
Method
apply_merges
src/BPE.cc:290
Function
build_vocab_from_lines
( lines, tokenizer=None, maximum_size=0, minimum_frequency=1, special_tokens=None, )
bindings/python/pyonmttok/__init__.py:51
Function
build_vocab_from_tokens
( tokens, maximum_size=0, minimum_frequency=1, special_tokens=None, )
bindings/python/pyonmttok/__init__.py:38
Method
call
bindings/python/pyonmttok/Python.cc:133
Method
check_vocab_and_split
src/BPE.cc:379
Function
contains
include/onmt/Vocab.h:39
Method
create_subword_encoder
bindings/python/pyonmttok/Python.cc:384
Method
create_subword_encoder
bindings/python/pyonmttok/Python.cc:427
Function
create_vocab
bindings/python/pyonmttok/Python.cc:491
Function
empty
include/onmt/Token.h:51
Method
enable_regularization
src/SentencePiece.cc:72
Method
encode
src/BPE.cc:173
Method
encode
src/SentencePiece.cc:78
Method
encode_and_annotate
src/SubwordEncoder.cc:74
Method
encode_and_annotate
src/SentencePiece.cc:90
Function
explode_utf8
src/unicode/Unicode.cc:69
Function
explode_utf8_with_marks
src/unicode/Unicode.cc:86
Function
explode_utf8_with_marks
include/onmt/unicode/Unicode.h:112
Method
get_initial_pieces
src/BPE.cc:133
Method
get_options
bindings/python/pyonmttok/Python.cc:106
Method
get_score
src/BPE.cc:281
Function
has_features
include/onmt/Token.h:64
Function
hash_token
bindings/python/pyonmttok/Python.cc:480
Method
in_vocabulary
src/BPE.cc:354
Method
ingest
src/SubwordLearner.cc:31
Method
ingest_token
src/SubwordLearner.cc:18
Method
ingest_token_impl
src/BPELearner.cc:54
Method
ingest_token_impl
src/SentencePieceLearner.cc:63
Function
is_letter
src/unicode/Unicode.cc:187
Function
is_letter
include/onmt/unicode/Unicode.h:144
Function
is_number
src/unicode/Unicode.cc:192
Function
is_separator
src/unicode/Unicode.cc:182
Method
learn
src/SubwordLearner.cc:49
Method
load_from_dictionary
src/BPELearner.cc:40
Method
load_model
src/BPE.cc:62
Function
lookup
include/onmt/Vocab.h:24
Function
main
cli/detokenize.cc:7
Function
main
cli/learn.cc:13
Function
main
cli/tokenize.cc:11
Function
main
test/test.cc:1128
Method
mode_to_str
src/Tokenizer.cc:52
Method
operator ()
src/BPELearner.cc:86
Function
operator==
include/onmt/Token.h:69
Function
operator==
include/onmt/unicode/Unicode.h:74
Method
parse_tokens
src/Tokenizer.cc:397
Function
process_stream
src/ITokenizer.cc:52
Method
propagate_token_properties
src/SubwordEncoder.cc:96
Method
recursive_split
src/BPE.cc:402
Function
repr_token
bindings/python/pyonmttok/Python.cc:458
Method
reset_vocabulary
src/BPE.cc:349
Method
reset_vocabulary
src/SubwordEncoder.cc:70
Method
reset_vocabulary
src/SentencePiece.cc:67
Function
set_default_id
include/onmt/Vocab.h:69
Function
set_dropout
include/onmt/BPE.h:33
Method
set_input_filename
src/SentencePieceLearner.cc:56
Function
set_joiner
include/onmt/BPE.h:28
Method
set_vocabulary
src/SubwordEncoder.cc:66
← previous
next →
101–200 of 261, ranked by callers