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

Safe HaskellNone

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.