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

Safe HaskellSafe-Inferred
LanguageHaskell98

NLP.Nerf.Types

Description

Basic types.

Synopsis

Documentation

type Word = Text Source

A word.

type NE = Text Source

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 NE Source

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