@hackage NaturalLanguageAlphabets0.0.2.0
Alphabet and word representations
Categories
License
BSD-3-Clause
Maintainer
choener@bioinf.uni-leipzig.de
Links
Versions
Installation
Dependencies (22)
- QuickCheck >=2.7 && <2.9
- aeson >=0.8 && <0.11
- array >=0.5 && <0.6
- attoparsec >=0.10 && <0.14
- base >4.7 && <4.9
- bimaps >=0.0.0.4 && <0.0.1 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
Leipzig University, Leipzig, Germany
choener@bioinf.uni-leipzig.de
http://www.bioinf.uni-leipzig.de/~choener/