Home
last modified time | relevance | path

Searched refs:TRIE (Results 1 – 25 of 111) sorted by relevance

12345

/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/lm/
H A Dmodel_type.hh9 typedef enum {PROBING=0, REST_PROBING=1, TRIE=2, QUANT_TRIE=3, ARRAY_TRIE=4, QUANT_ARRAY_TRIE=5} Mo… enumerator
13 const ModelType TRIE_SORTED = TRIE;
18 const static ModelType kQuantAdd = static_cast<ModelType>(QUANT_TRIE - TRIE);
19 const static ModelType kArrayAdd = static_cast<ModelType>(ARRAY_TRIE - TRIE);
H A Dquery_main.cc111 case TRIE: in main()
/dports/textproc/py-pyahocorasick/pyahocorasick-1.4.1/
H A Dunpickle_test.py213 self.kind = ahocorasick.TRIE
256 self.kind = ahocorasick.TRIE
306 self.kind = ahocorasick.TRIE
318 self.kind = ahocorasick.TRIE
337 self.kind = ahocorasick.TRIE
355 self.kind = ahocorasick.TRIE
371 self.kind = ahocorasick.TRIE
404 self.kind = ahocorasick.TRIE
416 self.kind = ahocorasick.TRIE
430 self.kind = ahocorasick.TRIE
[all …]
H A Ddump2dot.py12 from ahocorasick import EMPTY, TRIE, AHOCORASICK;
27 if automaton.kind == TRIE:
H A Dtrie.c60 automaton->kind = TRIE; in trie_add_word()
134 automaton->kind = TRIE; in trie_remove_word()
H A Dunittests.py84 self.assertEqual(A.kind, ahocorasick.TRIE)
89 self.assertTrue(A.kind == ahocorasick.TRIE)
323 self.assertEqual(ahocorasick.TRIE, A.kind)
413 self.assertEqual(ahocorasick.TRIE, A.kind)
608 self.assertEqual(A.kind, ahocorasick.TRIE)
619 self.assertEqual(A.kind, ahocorasick.TRIE)
625 self.assertEqual(A.kind, ahocorasick.TRIE)
639 self.assertEqual(A.kind, ahocorasick.TRIE)
745 self.assertEqual(A.kind, ahocorasick.TRIE)
1191 self.assertTrue(A.kind == ahocorasick.TRIE)
H A Dpyahocorasick.c114 add_enum_const(TRIE); in init_function()
H A DAutomaton.h18 TRIE = 1, enumerator
/dports/print/lout/lout-3.40/
H A Dz36.c176 } *TRIE; typedef
504 { TRIE T; int i; in NewTrie()
510 if( T == (TRIE) NULL ) in NewTrie()
780 return (TRIE) NULL; in TrieRead()
813 return (TRIE) NULL; in TrieRead()
827 return (TRIE) NULL; in TrieRead()
895 return (TRIE) NULL; in TrieRead()
911 return (TRIE) NULL; in TrieRead()
932 return (TRIE) NULL; in TrieRead()
992 if( T == (TRIE) NULL ) in TrieRead()
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Dregnodes.h95 #define TRIE 81 /* 0x51 Match many EXACT(F[ALU]?)? at once. flags==type */ macro
245 TRIE, /* TRIE */
246 TRIE, /* TRIEC */
247 TRIE, /* AHOCORASICK */
248 TRIE, /* AHOCORASICKC */
267 TRIE, /* TRIE_next */
268 TRIE, /* TRIE_next_fail */
H A Dregcomp.sym204 # NOTE: the relative order of the TRIE-like regops is significant
206 TRIE TRIE, trie 1 ; Match many EXACT(F[ALU]?)? at once. flags==type
207 TRIEC TRIE,trie charclass ; Same as TRIE, but with embedded charclass data
210 AHOCORASICK TRIE, trie 1 ; Aho Corasick stclass. flags==type
211 AHOCORASICKC TRIE,trie charclass ; Same as AHOCORASICK, but with embedded charclass data
267 TRIE next:FAIL
/dports/lang/perl5.32/perl-5.32.1/
H A Dregnodes.h102 #define TRIE 88 /* 0x58 Match many EXACT(F[ALU]?)? at once. flags==type */ macro
260 TRIE, /* TRIE */
261 TRIE, /* TRIEC */
262 TRIE, /* AHOCORASICK */
263 TRIE, /* AHOCORASICKC */
283 TRIE, /* TRIE_next */
284 TRIE, /* TRIE_next_fail */
H A Dregcomp.sym247 # NOTE: the relative order of the TRIE-like regops is significant
249 TRIE TRIE, trie 1 ; Match many EXACT(F[ALU]?)? at once. flags==type
250 TRIEC TRIE,trie charclass ; Same as TRIE, but with embedded charclass data
253 AHOCORASICK TRIE, trie 1 ; Aho Corasick stclass. flags==type
254 AHOCORASICKC TRIE,trie charclass ; Same as AHOCORASICK, but with embedded charclass data
312 TRIE next:FAIL
/dports/lang/perl5.34/perl-5.34.0/
H A Dregnodes.h467 #define TRIE 55 /* 0x37 Match many EXACT(F[ALU]?)? macro
1157 TRIE, /* TRIE */
1158 TRIE, /* TRIEC */
1159 TRIE, /* AHOCORASICK */
1160 TRIE, /* AHOCORASICKC */
1213 TRIE, /* TRIE_next */
1214 TRIE, /* TRIE_next_fail */
H A Dregcomp.sym180 # NOTE: the relative order of the TRIE-like regops is significant
182 TRIE TRIE, trie 1 ; Match many EXACT(F[ALU]?)? at once. flags==type
183 TRIEC TRIE,trie charclass ; Same as TRIE, but with embedded charclass data
186 AHOCORASICK TRIE, trie 1 ; Aho Corasick stclass. flags==type
187 AHOCORASICKC TRIE,trie charclass ; Same as AHOCORASICK, but with embedded charclass data
316 TRIE next:FAIL
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregnodes.h594 #define TRIE 55 /* 0x37 Match many macro
1490 TRIE, /* TRIE */
1491 TRIE, /* TRIEC */
1492 TRIE, /* AHOCORASICK */
1493 TRIE, /* AHOCORASICKC */
1546 TRIE, /* TRIE_next */
1547 TRIE, /* TRIE_next_fail */
H A Dregcomp.sym180 # NOTE: the relative order of the TRIE-like regops is significant
182 TRIE TRIE, trie 1 ; Match many EXACT(F[ALU]?)? at once. flags==type
183 TRIEC TRIE,trie charclass ; Same as TRIE, but with embedded charclass data
186 AHOCORASICK TRIE, trie 1 ; Aho Corasick stclass. flags==type
187 AHOCORASICKC TRIE,trie charclass ; Same as AHOCORASICK, but with embedded charclass data
316 TRIE next:FAIL
/dports/devel/R-cran-progressr/progressr/man/
H A Dhandler_debug.Rd42 [21:27:16.246] (5.010s => +0.003s) update: 100/100 (+0) 'Summarizing' \{clear=TRIE, enabled=TRUE, s…
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D500900251 TRIE # Z added by devel/scanprov
/dports/devel/stack/stack-2.7.3/_cabal_deps/iproute-1.7.11/
H A Diproute.cabal11 match base. It is a kind of TRIE with one
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/iproute-1.7.9/
H A Diproute.cabal12 match base. It is a kind of TRIE with one
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/iproute-1.7.9/
H A Diproute.cabal12 match base. It is a kind of TRIE with one
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/iproute-1.7.11/
H A Diproute.cabal11 match base. It is a kind of TRIE with one
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/iproute-1.7.11/
H A Diproute.cabal11 match base. It is a kind of TRIE with one
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/iproute-1.7.10/
H A Diproute.cabal12 match base. It is a kind of TRIE with one

12345