NaturalLanguageAlphabets: Simple scoring for words
README
(included from project)Natural Language Alphabets
This library provides a simple scoring method for alignment of words with natural language alphabets. The underlying /character/ type is BTI from the LinguisticsTypes package, which provides efficient encoding of arbitrarily complex atomic characters.
The actual alignment algorithms can be found in the WordAlignment package.
Contact
Christian Hoener zu Siederdissen
Leipzig University, Leipzig, Germany
choener@bioinf.uni-leipzig.de
http://www.bioinf.uni-leipzig.de/~choener/
|
![]() |
![]() |
|
Stable Sources | git | Bugtracker | Build Status |
Usage of this library in a Haskell project:
This package provides no "main" executable, but rather only library functionality. (Though sometimes tools, or example programs are provided). Usage requires some knowledge of Haskell.- Include the library in your cabal file.
- Use stack to simplify development. This will require adding the library with an exact version to the stack.yaml file. This includes the option to include this library directly from its github repository.