data-named: Data types for named entities

[ bsd3, library, natural-language-processing ] [ Propose Tags ]

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.

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.5.1, 0.5.2, 0.6.1, 0.6.2
Dependencies attoparsec, base (>=4 && <4.11), binary, containers, text [details]
License BSD-3-Clause
Copyright Copyright (c) 2012 IPI PAN
Author Jakub Waszczuk
Maintainer waszczuk.kuba@gmail.com
Revised Revision 1 made by Bodigrim at 2024-02-07T00:55:15Z
Category Natural Language Processing
Home page https://github.com/kawu/data-named
Source repo head: git clone git://github.com/kawu/data-named.git
Uploaded by JakubWaszczuk at 2014-07-18T09:12:32Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 6973 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]