LinguisticsTypes: types for linguistics.


README

(included from project) Christian Höner zu Siederdissen - LinguisticsTypes

Build Status

LinguisticsTypes

Here we collect assorted types for linguistics and basic operations on those. We also provide some connectivity with other approaches in different languages. To this end, newtypes for types in LingPy are available: http://lingulist.de/lingpy/tutorial/formats.html

The BTI module provides an internalized Text type to speed up algorithms on short strings. This includes word and text alignments. BTI values can be unboxed.

Contact

Christian Hoener zu Siederdissen
Leipzig University, Leipzig, Germany
choener@bioinf.uni-leipzig.de
http://www.bioinf.uni-leipzig.de/~choener/


hackage
sources
bugtracker
Build Status
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.
  1. Include the library in your cabal file.
  2. 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.