The data-named package
The library provides data types which can be used to represent forest structures with labels stored in internal nodes and words kept in leaves. In particular, those types are well suited for representing the layer of named entities (NEs).
The IOB method is implemented in the Data.Named.IOB module and can be used to translate between a forest of entities and a sequence of compound IOB labels. This method can be used together with a sequence classifier to indirectly model forest structures.
The Data.Named.Graph module can be used to represent more general, graph structures of entities. The module provides also a lossy conversion from a DAG to a disjoint forest of entities.
Properties
| Versions | 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.5.1 |
|---|---|
| Dependencies | attoparsec, base (4.*), containers, text |
| License | BSD3 |
| Copyright | Copyright (c) 2012 IPI PAN |
| Author | Jakub Waszczuk |
| Maintainer | waszczuk.kuba@gmail.com |
| Stability | experimental |
| Category | Natural Language Processing |
| Home page | https://github.com/kawu/data-named |
| Source repository | git clone git://github.com/kawu/data-named.git |
| Upload date | Fri Oct 5 11:46:22 UTC 2012 |
| Uploaded by | JakubWaszczuk |
| Built on | ghc-7.6 |
Modules
- Data
- Text
- Named
Downloads
- data-named-0.4.0.tar.gz (Cabal source package)
- package description (included in the package)