MCPcopy Create free account

hub / github.com/bakwc/JamSpell / functions

Functions863 in github.com/bakwc/JamSpell

Methodcorrect
(self, sentence, position)
evaluate/evaluate.py:102
Functioncorrection
Most probable spelling correction for word.
evaluate/context_spell.py:29
Functioncorrection
(word)
evaluate/norvig_spell.py:20
Functioncorrection
Most probable spelling correction for word.
evaluate/context_spell_prototype.py:33
Methodcount
contrib/tsl/robin_map.h:455
Methodcount
contrib/tsl/robin_hash.h:858
Methodcreate
! @brief create a parse error exception @param[in] id_ the id of the exception @param[in] byte_ the byte index where the error o
contrib/nlohmann/json.hpp:616
Methodcreate
contrib/nlohmann/json.hpp:680
Methodcreate
contrib/nlohmann/json.hpp:732
Methodcreate
contrib/nlohmann/json.hpp:777
Methodcreate
contrib/nlohmann/json.hpp:814
Methodcreate_client_socket
contrib/httplib/httplib.h:1844
Methodcreate_server_socket
contrib/httplib/httplib.h:1603
Methoddecode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
contrib/nlohmann/json.hpp:9019
Methoddestroy_value
contrib/tsl/robin_hash.h:276
Functiondiff
! @brief creates a diff as a JSON patch Creates a [JSON Patch](http://jsonpatch.com) so that value @a source can be changed into the valu
contrib/nlohmann/json.hpp:17185
Methoddispatch_request
contrib/httplib/httplib.h:1719
Methoddiyfp
contrib/nlohmann/json.hpp:7413
Methoddump_escaped
! @brief dump escaped string Escape a string by replacing certain special characters by a sequence of an escape character (backslash) and
contrib/nlohmann/json.hpp:8724
Methoddump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
contrib/nlohmann/json.hpp:8920
Methoddump_integer
contrib/nlohmann/json.hpp:8879
Methodeffective_fpp
contrib/bloom/bloom_filter.hpp:383
Methodelement_count
contrib/bloom/bloom_filter.hpp:378
Functionemplace
contrib/nlohmann/json.hpp:14732
Methodemplace
contrib/tsl/robin_hash.h:680
Functionemplace_back
contrib/nlohmann/json.hpp:14684
Methodemplace_hint
contrib/tsl/robin_set.h:282
Methodemplace_hint
contrib/tsl/robin_hash.h:685
Methodempty
* Capacity */
contrib/tsl/robin_map.h:237
Methodempty
contrib/tsl/robin_hash.h:213
MethodendElement
(self, name)
evaluate/generate_dataset.py:49
Methodequal_range
contrib/tsl/robin_set.h:404
Methodequal_range
contrib/tsl/robin_map.h:537
Methodequal_range
contrib/tsl/robin_hash.h:896
Methoderase
contrib/tsl/robin_map.h:360
Methoderase
* Here to avoid `template<class K> size_type erase(const K& key)` being used when * we use a iterator instead of a const_iterator. */
contrib/tsl/robin_hash.h:711
Methoderase_from_bucket
contrib/tsl/robin_hash.h:1029
Methodexception
contrib/nlohmann/json.hpp:550
Functionexec
contrib/phf/phf.cc:1270
Methodexpect
! @throw parse_error.101 if expected token did not occur */
contrib/nlohmann/json.hpp:3838
Methodexpect_eof
! @brief throw if end of input is not reached @throw parse_error.110 if input not ended */
contrib/nlohmann/json.hpp:6350
Methodfill_buffer_utf16
contrib/nlohmann/json.hpp:1785
Methodfill_buffer_utf32
contrib/nlohmann/json.hpp:1841
Methodfind_impl
contrib/tsl/robin_hash.h:1006
Methodfind_swig
(self)
setup.py:47
Functionflatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @param[in,out]
contrib/nlohmann/json.hpp:9735
Functionfrom_cbor
! @brief create a JSON value from an input in CBOR format Deserializes a given input @a i to a JSON value using the CBOR (Concise Binary
contrib/nlohmann/json.hpp:16435
Methodfrom_json
contrib/nlohmann/json.hpp:9867
Functionfrom_msgpack
! @brief create a JSON value from an input in MessagePack format Deserializes a given input @a i to a JSON value using the MessagePack se
contrib/nlohmann/json.hpp:16524
Functionfrom_ubjson
! @brief create a JSON value from an input in UBJSON format Deserializes a given input @a i to a JSON value using the UBJSON (Universal B
contrib/nlohmann/json.hpp:16593
Functionfront
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.
contrib/nlohmann/json.hpp:13296
FunctiongenerateDatasetTxt
(inFile, outFile)
evaluate/generate_dataset.py:143
FunctiongenerateTypo
(word)
evaluate/typo_model.py:87
Methodgenerate_unique_salt
contrib/bloom/bloom_filter.hpp:467
Methodget
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
contrib/nlohmann/json.hpp:5804
Methodget_allocator
contrib/tsl/robin_set.h:204
Methodget_allocator
contrib/tsl/robin_map.h:219
Methodget_allocator
contrib/tsl/robin_hash.h:549
Methodget_cbor_array
contrib/nlohmann/json.hpp:5976
Methodget_cbor_float_prefix
contrib/nlohmann/json.hpp:7299
Methodget_cbor_object
contrib/nlohmann/json.hpp:5987
Methodget_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
contrib/nlohmann/json.hpp:5901
Methodget_character
contrib/nlohmann/json.hpp:1715
Methodget_character
contrib/nlohmann/json.hpp:1748
Methodget_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
contrib/nlohmann/json.hpp:2160
Methodget_decimal_point
return the locale-dependent decimal point
contrib/nlohmann/json.hpp:2134
Methodget_file_value
contrib/httplib/httplib.h:1309
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
contrib/nlohmann/json.hpp:5813
Methodget_msgpack_array
contrib/nlohmann/json.hpp:6082
Methodget_msgpack_float_prefix
contrib/nlohmann/json.hpp:7309
Methodget_msgpack_object
contrib/nlohmann/json.hpp:6093
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
contrib/nlohmann/json.hpp:6013
Methodget_number
contrib/nlohmann/json.hpp:5837
Functionget_ptr
contrib/nlohmann/json.hpp:12513
Functionget_ref
contrib/nlohmann/json.hpp:12590
Functionget_ref_impl
contrib/nlohmann/json.hpp:12271
Methodget_string
contrib/nlohmann/json.hpp:5877
Methodget_token
get next token from lexer
contrib/nlohmann/json.hpp:3830
Methodget_ubjson_array
contrib/nlohmann/json.hpp:6252
Methodget_ubjson_float_prefix
contrib/nlohmann/json.hpp:7319
Methodget_ubjson_object
contrib/nlohmann/json.hpp:6297
Methodget_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
contrib/nlohmann/json.hpp:6161
Methodget_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
contrib/nlohmann/json.hpp:6124
Methodget_ubjson_value
contrib/nlohmann/json.hpp:6191
Methodgrow_on_high_load
* Return true if the map has been rehashed. */
contrib/tsl/robin_hash.h:1185
Methodhandle_file_request
contrib/httplib/httplib.h:1580
Methodhas_file
contrib/httplib/httplib.h:1304
Methodhas_param
contrib/httplib/httplib.h:1290
Methodhash_ap
contrib/bloom/bloom_filter.hpp:551
Methodhash_count
contrib/bloom/bloom_filter.hpp:454
Methodhash_function
* Observers */
contrib/tsl/robin_set.h:479
Methodhash_function
* Observers */
contrib/tsl/robin_map.h:613
Methodhash_function
* Observers */
contrib/tsl/robin_hash.h:957
Methodimemstream
contrib/handypack/handypack.hpp:239
Functioninit
(filename = 'big.txt', modelName = 'big.arpa')
evaluate/context_spell.py:11
Functioninit
(filename = 'big.txt')
evaluate/norvig_spell.py:9
Functioninit
(filename = 'big.txt', modelName = 'big.bin')
evaluate/context_spell_prototype.py:11
Methodinput_adapter
input adapter for input stream
contrib/nlohmann/json.hpp:1918
Methodinput_buffer_adapter
contrib/nlohmann/json.hpp:1701
Methodinput_stream_adapter
contrib/nlohmann/json.hpp:1643
← previousnext →501–600 of 863, ranked by callers