nerf-0.4.0: Nerf, the named entity recognition tool based on linear-chain CRFs

Safe HaskellNone

NLP.Nerf.Types

Description

Basic types.

Synopsis

Documentation

type Word = TextSource

A word.

type NE = TextSource

A named entity.

type Ob = ([Int], Text)Source

An observation consist of an index (of list type) and an actual observation value.

type Lb = Label NESource

A label is created by encoding the named entity forest using the IOB method.