chatter: A library of simple NLP algorithms.

[ bsd3, library, natural-language-processing, program ] [ Propose Tags ]

chatter is a collection of simple Natural Language Processing algorithms.

Chatter supports:

Chatter comes with models for POS tagging and Phrasal Chunking that have been trained on the Brown corpus (POS only) and the Conll2000 corpus (POS and Chunking)

Modules

[Last Documentation]

  • Data
    • Data.DefaultMap
  • NLP
    • NLP.Chunk
      • NLP.Chunk.AvgPerceptronChunker
    • Corpora
      • NLP.Corpora.Brown
      • NLP.Corpora.Conll
      • NLP.Corpora.Email
      • NLP.Corpora.Parsing
      • NLP.Corpora.WikiNer
    • Extraction
      • Examples
        • NLP.Extraction.Examples.ParsecExamples
      • NLP.Extraction.Parsec
    • ML
      • NLP.ML.AvgPerceptron
    • NLP.POS
      • NLP.POS.AvgPerceptronTagger
      • NLP.POS.LiteralTagger
      • NLP.POS.UnambiguousTagger
    • Similarity
      • NLP.Similarity.VectorSim
    • Tokenize
      • NLP.Tokenize.Chatter
    • NLP.Types
      • NLP.Types.General
      • NLP.Types.IOB
      • NLP.Types.Tags
      • NLP.Types.Tree

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4, 0.1.0.4, 0.1.0.5, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.1.0, 0.5.2.0, 0.5.2.1, 0.6.0.0, 0.7.0.0, 0.8.0.0, 0.8.0.1, 0.8.0.2, 0.9.0.0, 0.9.1.0 (info)
Change log changelog.md
Dependencies array, base (>=4.6 && <=6), bytestring (>=0.10.0.0), cereal (>=0.4.0.1), cereal-text (>=0.1 && <0.2), chatter, containers (>=0.5.0.0), deepseq, directory, filepath (>=1.3.0.1), fullstop (>=0.1.3.1), hashable, mbox (>=0.3), MonadRandom (>=0.1.2), parsec (>=3.1.5), QuickCheck, quickcheck-instances, random-shuffle (>=0.0.4), regex-tdfa (>=1.2.0), regex-tdfa-text, text (>=0.11.3.0), tokenize (>=0.2.0), transformers, unordered-containers, zlib (>=0.5.4.1) [details]
License BSD-3-Clause
Author Rogan Creswick
Maintainer creswick@gmail.com
Category Natural language processing
Home page http://github.com/creswick/chatter
Bug tracker http://github.com/creswick/chatter/issues
Source repo head: git clone git://github.com/creswick/chatter.git
Uploaded by RoganCreswick at 2015-09-30T05:31:23Z
Distributions NixOS:0.9.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables eval, trainNER, trainChunker, trainPOS, tagPOS
Downloads 19736 total (63 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-01 [all 6 reports]