name: tagset-positional
version: 0.3.0
synopsis: Positional tags and tagsets
description:
The library provides printing and parsing functions for positional
tags and tagsets.
license: BSD3
license-file: LICENSE
cabal-version: >= 1.6
copyright: Copyright (c) 2012 IPI PAN
author: Jakub Waszczuk
maintainer: waszczuk.kuba@gmail.com
stability: experimental
category: Natural Language Processing
homepage: https://github.com/kawu/tagset-positional
build-type: Simple
library
build-depends:
base >= 4 && < 5
, containers
, parsec
, text
, binary
, text-binary >= 0.1 && < 0.2
exposed-modules:
Data.Tagset.Positional
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/kawu/tagset-positional.git