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

Safe HaskellNone
LanguageHaskell98

NLP.Nerf.Server

Contents

Synopsis

Server

runNerfServer :: Nerf -> PortID -> IO () Source

Run a Nerf server on a given port.

Client

ner :: HostName -> PortID -> String -> IO (NeForest NE Word) Source

Perform NER tagging on the input sentence.