@hackage NaturalLanguageAlphabets0.0.1.0
Alphabet and word representations
Categories
License
BSD-3-Clause
Maintainer
choener@bioinf.uni-leipzig.de
Links
Versions
Installation
Dependencies (16)
- array >=0.5 && <0.6
- attoparsec >=0.10 && <0.13
- base >4.7 && <4.9
- bimaps >=0.0.0 && <0.0.1
- bytestring >=0.10.4
- deepseq >=1.3 && <1.5 Show all…
Dependents (2)
@hackage/WordAlignment, @hackage/acme-everything
Package Flags
llvm
(off by default)
build the benchmark using LLVM
Natural Language Alphabets
Efficient, alphabet symbols. The symbols are interned, and hashed. This is quite useful for k-gram scoring, where we have different sets of symbols with different scores. IMMC symbols are internally represented via Ints in the range [0..]. This makes it possible to use unboxed containers when handling IMMC symbols.
Contact
Christian Hoener zu Siederdissen choener@bioinf.uni-leipzig.de Leipzig University, Leipzig, Germany