Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bakwc/JamSpell
/ functions
Functions
863 in github.com/bakwc/JamSpell
⨍
Functions
863
◇
Types & classes
180
↓ 4 callers
Function
phf_mix32
contrib/phf/phf.cc:362
↓ 4 callers
Function
phf_powerup
round up to nearest power of 2 */
contrib/phf/phf.cc:82
↓ 4 callers
Function
push_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON nul
contrib/nlohmann/json.hpp:14497
↓ 4 callers
Function
read_and_close_socket
contrib/httplib/httplib.h:496
↓ 4 callers
Function
removeFile
(fname)
test_jamspell.py:8
↓ 4 callers
Function
replace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
contrib/nlohmann/json.hpp:9702
↓ 4 callers
Method
reset
reset token_buffer; current character is beginning of token
contrib/nlohmann/json.hpp:3083
↓ 4 callers
Method
set_content
contrib/httplib/httplib.h:1340
↓ 4 callers
Method
truncated_hash
contrib/tsl/robin_hash.h:95
↓ 3 callers
Function
CityHash128WithSeed
contrib/cityhash/city.cc:445
↓ 3 callers
Method
Contains
jamspell/bloom_filter.cpp:48
↓ 3 callers
Method
FixFragment
jamspell/spell_corrector.cpp:193
↓ 3 callers
Function
GetGramHashCount
jamspell/lang_model.cpp:380
↓ 3 callers
Function
InitializeBuckets
jamspell/lang_model.cpp:83
↓ 3 callers
Function
LoadFile
jamspell/utils.cpp:22
↓ 3 callers
Function
PrepareNgramKeys
jamspell/lang_model.cpp:58
↓ 3 callers
Method
Process
jamspell/utils.cpp:63
↓ 3 callers
Method
__init__
(self, tagsToExclude)
evaluate/generate_dataset.py:30
↓ 3 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
contrib/nlohmann/json.hpp:3416
↓ 3 callers
Function
addkey
contrib/phf/phf.cc:1172
↓ 3 callers
Function
edits1
All edits that are one edit away from `word`.
evaluate/context_spell.py:46
↓ 3 callers
Function
edits1
All edits that are one edit away from `word`.
evaluate/norvig_spell.py:35
↓ 3 callers
Function
edits1
All edits that are one edit away from `word`.
evaluate/context_spell_prototype.py:54
↓ 3 callers
Function
erase
contrib/nlohmann/json.hpp:13407
↓ 3 callers
Function
fmix
A 32-bit to 32-bit integer hash copied from Murmur3.
contrib/cityhash/city.cc:130
↓ 3 callers
Function
get_header_value
contrib/httplib/httplib.h:739
↓ 3 callers
Method
init
contrib/phf/phf.cc:502
↓ 3 callers
Function
is_number_float
! @brief return whether value is a floating-point number This function returns true if and only if the JSON value is a floating-point num
contrib/nlohmann/json.hpp:12033
↓ 3 callers
Function
is_number_integer
! @brief return whether value is an integer number This function returns true if and only if the JSON value is a signed or unsigned integ
contrib/nlohmann/json.hpp:11977
↓ 3 callers
Function
known
The subset of `words` that appear in the dictionary of WORDS.
evaluate/context_spell.py:42
↓ 3 callers
Function
known
The subset of `words` that appear in the dictionary of WORDS.
evaluate/norvig_spell.py:31
↓ 3 callers
Function
loadText
(fname)
evaluate/utils.py:25
↓ 3 callers
Method
moved_or_copied
contrib/nlohmann/json.hpp:9114
↓ 3 callers
Function
object
! @brief explicitly create an object from an initializer list Creates a JSON object value from a given initializer list. The initializer
contrib/nlohmann/json.hpp:11345
↓ 3 callers
Function
phf_addkeys
contrib/phf/phf.cc:926
↓ 3 callers
Function
phf_register
contrib/phf/phf.cc:1092
↓ 3 callers
Method
pop_back
! @brief remove and return last reference pointer @throw out_of_range.405 if JSON pointer has no parent */
contrib/nlohmann/json.hpp:9248
↓ 3 callers
Function
pushkey
contrib/phf/phf.cc:1152
↓ 3 callers
Function
select_read
contrib/httplib/httplib.h:454
↓ 3 callers
Method
set_end
! @brief set the iterator past the last value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:4238
↓ 3 callers
Method
size
contrib/tsl/robin_map.h:238
↓ 3 callers
Method
swap_with_value_in_bucket
contrib/tsl/robin_hash.h:253
↓ 3 callers
Method
unget
unget current character (return it again on next get)
contrib/nlohmann/json.hpp:3112
↓ 3 callers
Method
write_format
contrib/httplib/httplib.h:1354
↓ 2 callers
Function
CityHash16
jamspell/utils.cpp:154
↓ 2 callers
Function
CityHash32
contrib/cityhash/city.cc:189
↓ 2 callers
Function
CityHash64
contrib/cityhash/city.cc:366
↓ 2 callers
Function
CityHashCrc256
contrib/cityhash/city.cc:615
↓ 2 callers
Function
CityHashCrc256Long
Requires len >= 240.
contrib/cityhash/city.cc:520
↓ 2 callers
Function
DumpKey
jamspell/lang_model.cpp:50
↓ 2 callers
Function
FixText
web_server/main.cpp:48
↓ 2 callers
Method
Get
contrib/httplib/httplib.h:1989
↓ 2 callers
Function
GetCandidates
web_server/main.cpp:6
↓ 2 callers
Method
GetCheckSum
jamspell/lang_model.cpp:331
↓ 2 callers
Function
GetDeletes2
jamspell/spell_corrector.cpp:20
↓ 2 callers
Function
HashLen0to16
contrib/cityhash/city.cc:283
↓ 2 callers
Method
Init
jamspell/perfect_hash.cpp:35
↓ 2 callers
Method
Insert
jamspell/bloom_filter.cpp:44
↓ 2 callers
Method
Post
contrib/httplib/httplib.h:2024
↓ 2 callers
Function
Score
main/main.cpp:26
↓ 2 callers
Method
Score
jamspell/lang_model.cpp:196
↓ 2 callers
Method
Size
jamspell/lang_model.cpp:40
↓ 2 callers
Method
Train
jamspell/lang_model.cpp:98
↓ 2 callers
Function
addkeys
contrib/phf/phf.cc:1196
↓ 2 callers
Function
array
! @brief explicitly create an array from an initializer list Creates a JSON array value from a given initializer list. That is, given a l
contrib/nlohmann/json.hpp:11302
↓ 2 callers
Function
at
! @brief access specified array element with bounds checking Returns a reference to the element at specified location @a idx, with bounds
contrib/nlohmann/json.hpp:12693
↓ 2 callers
Method
bucket_hash_equal
contrib/tsl/robin_hash.h:91
↓ 2 callers
Method
call
contrib/nlohmann/json.hpp:1536
↓ 2 callers
Function
candidates
(word, nearest=True)
evaluate/context_spell_prototype.py:45
↓ 2 callers
Method
checkLang
(self, textFragment)
evaluate/generate_dataset.py:76
↓ 2 callers
Function
clear
! @brief clears the contents Clears the content of a JSON value and resets it to the default value as if @ref basic_json(value_t) would h
contrib/nlohmann/json.hpp:14426
↓ 2 callers
Function
compute_boundaries
contrib/nlohmann/json.hpp:7539
↓ 2 callers
Method
correct
(self, sentence, position)
evaluate/evaluate.py:34
↓ 2 callers
Method
count
* Lookup */
contrib/tsl/robin_set.h:328
↓ 2 callers
Function
create_socket
contrib/httplib/httplib.h:537
↓ 2 callers
Function
decode_url
contrib/httplib/httplib.h:987
↓ 2 callers
Function
decompress
contrib/httplib/httplib.h:1211
↓ 2 callers
Function
encode_url
contrib/httplib/httplib.h:894
↓ 2 callers
Function
evaluateCorrector
(correctorName, corrector, originalSentences, erroredSentences, maxWords=None)
evaluate/evaluate.py:109
↓ 2 callers
Function
from_hex_to_i
contrib/httplib/httplib.h:937
↓ 2 callers
Function
generateTypos
(text)
evaluate/evaluate.py:26
↓ 2 callers
Method
getWordID
(self, word, add=True)
evaluate/simple_lm.py:57
↓ 2 callers
Method
get_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
contrib/nlohmann/json.hpp:1681
↓ 2 callers
Function
get_impl_ptr
get a pointer to the value (object)
contrib/nlohmann/json.hpp:12176
↓ 2 callers
Method
get_number_float
return floating-point value
contrib/nlohmann/json.hpp:3147
↓ 2 callers
Method
get_param_value
contrib/httplib/httplib.h:1295
↓ 2 callers
Function
get_remote_addr
contrib/httplib/httplib.h:607
↓ 2 callers
Method
get_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
contrib/nlohmann/json.hpp:3171
↓ 2 callers
Function
grisu2_round
contrib/nlohmann/json.hpp:7898
↓ 2 callers
Method
is_end
return whether the iterator is at end
contrib/nlohmann/json.hpp:3951
↓ 2 callers
Function
is_number_unsigned
! @brief return whether value is an unsigned integer number This function returns true if and only if the JSON value is an unsigned integ
contrib/nlohmann/json.hpp:12005
↓ 2 callers
Method
parse_cbor
! @brief create a JSON value from CBOR input @param[in] strict whether to expect the input to be consumed completed @return JSON value c
contrib/nlohmann/json.hpp:5072
↓ 2 callers
Method
parse_msgpack
! @brief create a JSON value from MessagePack input @param[in] strict whether to expect the input to be consumed completed @return JSON
contrib/nlohmann/json.hpp:5093
↓ 2 callers
Function
parse_query_text
contrib/httplib/httplib.h:1026
↓ 2 callers
Method
parse_ubjson
! @brief create a JSON value from UBJSON input @param[in] strict whether to expect the input to be consumed completed @return JSON value
contrib/nlohmann/json.hpp:5114
↓ 2 callers
Function
phf_destroy
contrib/phf/phf.cc:803
↓ 2 callers
Function
phf_isprime
contrib/phf/phf.cc:172
↓ 2 callers
Function
phf_isset
contrib/phf/phf.cc:209
↓ 2 callers
Function
phf_memmove
contrib/phf/phf.cc:640
↓ 2 callers
Function
phf_primeup
contrib/phf/phf.cc:187
← previous
next →
101–200 of 863, ranked by callers