Home
last modified time | relevance | path

Searched refs:Alphabet (Results 1 – 25 of 1801) sorted by relevance

12345678910>>...73

/dports/textproc/lttoolbox/lttoolbox-3.5.4/lttoolbox/
H A Dalphabet.cc35 Alphabet::Alphabet() in Alphabet() function in Alphabet
41 Alphabet::~Alphabet() in ~Alphabet()
46 Alphabet::Alphabet(Alphabet const &a) in Alphabet() function in Alphabet
51 Alphabet &
52 Alphabet::operator =(Alphabet const &a) in operator =()
63 Alphabet::destroy() in destroy()
68 Alphabet::copy(Alphabet const &a) in copy()
124 Alphabet::size() const in size()
130 Alphabet::write(FILE *output) in write()
151 Alphabet::read(FILE *input) in read()
[all …]
H A Dalphabet.h34 class Alphabet
64 void copy(Alphabet const &a);
72 Alphabet();
77 ~Alphabet();
82 Alphabet(Alphabet const &a);
87 Alphabet & operator = (Alphabet const &a);
198 …void createLoopbackSymbols(set<int> &symbols, Alphabet &basis, Side s = right, bool nonTagsToo = f…
H A Dlt_trim.cc38 std::pair<std::pair<Alphabet, wstring>, std::map<wstring, Transducer> >
41 Alphabet new_alphabet; in read_fst()
89 std::pair<Alphabet, wstring> alph_letters; in read_fst()
95 std::pair<std::pair<Alphabet, wstring>, std::map<wstring, Transducer> >
99 Alphabet alph_mono = alph_trans_mono.first.first; in trim()
101 …std::pair<std::pair<Alphabet, wstring>, std::map<wstring, Transducer> > alph_trans_bi = read_fst(f… in trim()
102 Alphabet alph_bi = alph_trans_bi.first.first; in trim()
110 Alphabet alph_prefix = alph_bi; in trim()
112 alph_prefix.createLoopbackSymbols(loopback_symbols, alph_mono, Alphabet::right); in trim()
183 …std::pair<std::pair<Alphabet, wstring>, std::map<wstring, Transducer> > trimmed = trim(analyser, b… in main()
[all …]
H A Dtransducer.h175 bool recognise(wstring pattern, Alphabet &a, FILE *err = stderr);
235 …void show(Alphabet const &a, FILE *output = stdout, int const epsilon_tag = 0, bool hfst = false) …
236 void show(Alphabet const &a, FILE *output = stdout, int const epsilon_tag = 0) const;
337 void unionWith(Alphabet &my_a,
367 Transducer moveLemqsLast(Alphabet const &alphabet,
383 Alphabet const &alphabet,
399 Alphabet const &my_a,
400 Alphabet const &t_a,
/dports/archivers/zip-ada/zip-ada/test/
H A Dtest_llhc.adb12 subtype Alphabet is Character range 'a'..'k'; subtype
13 type Alpha_Array is array(Alphabet) of Natural;
20 Length_limited_Huffman_code_lengths(Alphabet, Natural, Alpha_Array, Alpha_Array, m);
40 subtype Alphabet is Natural range 0..18; subtype
41 type Alpha_Array is array(Alphabet) of Natural;
44 Length_limited_Huffman_code_lengths(Alphabet, Natural, Alpha_Array, Alpha_Array, 7);
52 for a in Alphabet loop
64 subtype Alphabet is Natural range 0..287; subtype
65 type Alpha_Array is array(Alphabet) of Natural;
68 Length_limited_Huffman_code_lengths(Alphabet, Natural, Alpha_Array, Alpha_Array, 15);
[all …]
/dports/devel/py-natural/natural-0.2.0/natural/
H A Dtext.py25 class Alphabet(Spelling): class
39 return Alphabet(dict(zip(keys, values)))
47 army=Alphabet(CODE_ALPHABET_ARMY[1]),
48 faa=Alphabet(CODE_ALPHABET_FAA[1]),
49 icao=Alphabet(CODE_ALPHABET_ICAO[1]),
50 itu=Alphabet(CODE_ALPHABET_ICAO[1]),
51 morse=Alphabet(CODE_ALPHABET_MORSE[1]),
52 word=Alphabet(CODE_ALPHABET_WORD[1]),
55 telephony=Alphabet(NATO_ALPHABET),
58 spell=Alphabet(SPELL_ALPHABET),
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/lang/
H A DToAscii.h56 template <uint64_t Base, typename Alphabet>
61 Alphabet alpha; in data_()
73 template <uint64_t Base, typename Alphabet>
76 to_ascii_array<Base, Alphabet>::data =
92 template <uint64_t Base, typename Alphabet>
97 Alphabet alpha; in data_()
108 template <uint64_t Base, typename Alphabet>
111 to_ascii_table<Base, Alphabet>::data =
246 template <uint64_t Base, typename Alphabet>
249 Alphabet const xlate; in to_ascii_with_basic()
[all …]
/dports/graphics/p5-GraphViz2/GraphViz2-2.66/t/snapshots/gen_record_3_t/
H A Ddot_file3 …"Alphabet" [ label="<port_a> a:port_a|{<port_b> b:port_b|<port1> c|{<port_d> d:port_d|<port2> e|<p…
4 "Alphabet":"port_a" -> "Alphabet":"port_n" [ color="maroon" ]
5 "Alphabet":"port_b" -> "Alphabet":"port_s" [ color="blue" ]
6 "Alphabet":"port_d" -> "Alphabet":"port_w" [ color="red" ]
7 "Alphabet":"port_y" -> "Alphabet":"port_h" [ color="green" ]
/dports/biology/wise/wise2.4.1/src/HMMer2/
H A Dalphabet.c92 strcpy(Alphabet, "ACDEFGHIKLMNPQRSTVWYBZX"); in SetAlphabet()
104 set_degenerate('X', Alphabet); in SetAlphabet()
108 strncpy(Alphabet, "ACGTUNRYMKSWHBVDX", 17); in SetAlphabet()
119 set_degenerate('N', Alphabet); in SetAlphabet()
120 set_degenerate('X', Alphabet); in SetAlphabet()
147 return ((s = strchr(Alphabet, toupper(sym))) == NULL) ? in SymbolIndex()
148 Alphabet_iupac-1 : s - Alphabet; in SymbolIndex()
197 seq[i] = Alphabet[(int) dsq[i+1]]; in DedigitizeSequence()
387 DegenCount[strchr(Alphabet,iupac)-Alphabet] = strlen(syms); in set_degenerate()
389 Degenerate[strchr(Alphabet,iupac)-Alphabet] in set_degenerate()
[all …]
/dports/devel/ada-util/ada-util-b6612400/src/
H A Dutil-encoders-base64.adb51 Alphabet : constant Alphabet_Access := E.Alphabet; constant
63 Into (Pos) := Alphabet (Shift_Right (C1, 2));
65 Into (Pos + 1) := Alphabet (Shift_Left (C1 and 3, 4));
75 Into (Pos + 1) := Alphabet (Shift_Left (C1 and 16#03#, 4) or Shift_Right (C2, 4));
77 Into (Pos + 2) := Alphabet (Shift_Left (C2 and 16#0F#, 2));
86 Into (Pos + 2) := Alphabet (Shift_Left (C2 and 16#0F#, 2) or Shift_Right (C1, 6));
87 Into (Pos + 3) := Alphabet (C1 and 16#03F#);
103 E.Alphabet := BASE64_URL_ALPHABET'Access;
105 E.Alphabet := BASE64_ALPHABET'Access;
115 return new Encoder '(Alphabet => BASE64_URL_ALPHABET'Access);
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/bs58-0.4.0/src/
H A Dalphabet.rs9 pub struct Alphabet { struct
35 impl Alphabet { implementation
163 impl fmt::Debug for Alphabet { implementation
198 let _ = Alphabet::BITCOIN;
199 let _ = Alphabet::MONERO;
200 let _ = Alphabet::RIPPLE;
201 let _ = Alphabet::FLICKR;
202 let _ = Alphabet::DEFAULT;
208 Alphabet::new_unwrap(b"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"); in test_new_unwrap_does_panic()
/dports/graphics/p5-GraphViz2/GraphViz2-2.66/t/
H A Dgen.record.3.t17 $graph->add_node(name => 'Alphabet', label => [
55 …from => 'Alphabet', tailport => 'port_a', to => 'Alphabet', headport => 'port_n', color => 'maroon…
58 from => 'Alphabet', tailport => 'port_b', to => 'Alphabet', headport => 'port_s', color => 'blue',
61 from => 'Alphabet', tailport => 'port_d', to => 'Alphabet', headport => 'port_w', color => 'red',
64 …from => 'Alphabet', tailport => 'port_y', to => 'Alphabet', headport => 'port_h', color => 'green',
/dports/lang/v/v-0.1.29/vlib/v/tests/
H A Dif_smartcast_test.v8 type Alphabet = Abc | Xyz struct
11 x := Alphabet(Abc{'test'})
18 mut x := Alphabet(Abc{'test'})
30 x := Alphabet(Abc{'test'})
31 y := Alphabet(Xyz{'foo'})
40 x := Alphabet(Abc{'test'})
47 abc Alphabet
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/hmm2/src/hmmer2/
H A Dalphabet.cpp58 sre_strlcpy(al->Alphabet, "ACDEFGHIKLMNPQRSTVWYUBZX", MAXCODE+1); in SetAlphabet()
75 sre_strlcpy(al->Alphabet, "ACGTUNRYMKSWHBVDX", MAXCODE + 1); in SetAlphabet()
118 return ((s = strchr(al->Alphabet, (char) toupper((int) sym))) == NULL) ? in SymbolIndex()
119 al->Alphabet_iupac-1 : s - al->Alphabet; in SymbolIndex()
195 seq[i] = al->Alphabet[dsq[i+1]]; in DedigitizeSequence()
363 al->DegenCount[strchr(al->Alphabet,iupac)-al->Alphabet] = strlen(syms); in set_degenerate()
365 al->Degenerate[strchr(al->Alphabet,iupac)-al->Alphabet] in set_degenerate()
366 [strchr(al->Alphabet,*syms)-al->Alphabet] = 1; in set_degenerate()
/dports/biology/exonerate/exonerate-2.4.0/src/sequence/
H A Dalphabet.h62 } Alphabet; typedef
64 Alphabet *Alphabet_create(Alphabet_Type type,
66 void Alphabet_destroy(Alphabet *alphabet);
67 Alphabet *Alphabet_share(Alphabet *alphabet);
82 guchar *Alphabet_get_filter_by_type(Alphabet *alphabet,
/dports/biology/diamond/diamond-2.0.13/src/data/
H A Dsequence_set.h32 SequenceSet(Alphabet alphabet = Alphabet::STD);
55 Alphabet alphabet() const { in alphabet()
59 Alphabet& alphabet() { in alphabet()
68 Alphabet alphabet_;
/dports/converters/trans/trans120/
H A Dencoding.lis65 iso8859.1: ISO 8859-1 (Latin Alphabet No. 1)
66 iso8859.10: ISO 8859-10 (Latin Alphabet No. 6)
67 iso8859.2: ISO 8859-2 (Latin Alphabet No. 2)
68 iso8859.3: ISO 8859-3 (Latin Alphabet No. 3)
69 iso8859.4: ISO 8859-4 (Latin Alphabet No. 4)
70 iso8859.5: ISO 8859-5 (Latin/Cyrillic Alphabet)
71 iso8859.6: ISO 8859-6 (Latin/Arabic Alphabet)
72 iso8859.7: ISO 8859-7 (Latin/Greek Alphabet)
73 iso8859.8: ISO 8859-8 (Latin/Hebrew Alphabet)
74 iso8859.9: ISO 8859-9 (Latin Alphabet No. 5)
/dports/biology/exonerate/exonerate-2.4.0/src/database/
H A Dfastadb.h47 Alphabet *alphabet;
71 Alphabet *alphabet);
73 Alphabet *alphabet, gint chunk_id, gint chunk_total);
74 FastaDB *FastaDB_open(gchar *path, Alphabet *alphabet);
114 FastaDB_Seq **FastaDB_all(gchar *path, Alphabet *alphabet,
127 FastaDB_Seq *FastaDB_get_single(gchar *path, Alphabet *alphabet);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DInterleavePattern.java68 void checkRestrictions(int context, DuplicateAttributeDetector dad, Alphabet alpha) in checkRestrictions()
80 Alphabet a1; in checkRestrictions()
84 a1 = new Alphabet(); in checkRestrictions()
89 Alphabet a2 = new Alphabet(); in checkRestrictions()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DInterleavePattern.java68 void checkRestrictions(int context, DuplicateAttributeDetector dad, Alphabet alpha) in checkRestrictions()
80 Alphabet a1; in checkRestrictions()
84 a1 = new Alphabet(); in checkRestrictions()
89 Alphabet a2 = new Alphabet(); in checkRestrictions()
/dports/biology/mothur/mothur-1.46.1/source/uchime_src/
H A Dsetnucmx.cpp7 static const char Alphabet[] = "ACGTU"; variable
21 unsigned N = unsigned(strlen(Alphabet)); in SetNucSubstMx()
33 byte ui = (byte) toupper(Alphabet[i]); in SetNucSubstMx()
34 byte uj = (byte) toupper(Alphabet[j]); in SetNucSubstMx()
59 byte uj = (byte) toupper(Alphabet[j]); in SetNucSubstMx()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/vellum/levenshtein/
H A Dalphabet.go60 type Alphabet struct { struct
65 func (a *Alphabet) resetNext() { argument
69 func (a *Alphabet) next() (rune, FullCharacteristicVector, error) { argument
93 func queryChars(qChars string) Alphabet {
124 return Alphabet{charset: charsets}
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/couchbase/vellum/levenshtein/
H A Dalphabet.go60 type Alphabet struct { struct
65 func (a *Alphabet) resetNext() { argument
69 func (a *Alphabet) next() (rune, FullCharacteristicVector, error) { argument
93 func queryChars(qChars string) Alphabet {
124 return Alphabet{charset: charsets}
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/couchbase/vellum/levenshtein/
H A Dalphabet.go60 type Alphabet struct { struct
65 func (a *Alphabet) resetNext() { argument
69 func (a *Alphabet) next() (rune, FullCharacteristicVector, error) { argument
93 func queryChars(qChars string) Alphabet {
124 return Alphabet{charset: charsets}
/dports/archivers/zip-ada/zip-ada/zip_lib/
H A Dlength_limited_huffman_code_lengths.ads51 type Alphabet is (<>); -- Any discrete type formal
55 type Count_Array is array(Alphabet) of Count_Type;
56 type Length_Array is array(Alphabet) of Natural;

12345678910>>...73