| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
NLP.Extraction.Examples.ParsecExamples
Documentation
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.
prepPhrase :: Extractor (Text, Tag) Source
nounPhrase :: Extractor (Text, Tag) Source
verbPhrase :: Extractor (Text, Tag) Source