chatter-0.2.0.1: A library of simple NLP algorithms.

Safe HaskellNone
LanguageHaskell2010

NLP.Extraction.Examples.ParsecExamples

Synopsis

Documentation

chunk Source

Arguments

:: [(Text, Tag)]

The incomming tokens to create a chunk from.

-> Tag

The tag for the chunk.

-> (Text, Tag) 

Create a chunked tag from a set of incomming tagged tokens.