chatter-0.8.0.1: A library of simple NLP algorithms.

Safe HaskellNone

NLP.Corpora.WikiNer

Synopsis

Documentation

trainChunker :: [FilePath] -> IO (Chunker Chunk Tag)Source

Train a chunker on a provided corpus.

data Chunk Source

Different classes of Named Entity used in the WikiNER data set.

Constructors

LOC 
MISC 
ORG 
PER 
C_O

out not a chunk.