colibri-core

Colibri core is an NLP tool as well as a C++ and Python library for working with basic linguistic constructions such as n-grams and skipgrams (i.e patterns with one or more gaps, either of fixed or dynamic size) in a quick and memory-efficient way. At the core is the tool ``colibri-patternmodeller`` whi ch allows you to build, view, manipulate and query pattern models.

GPL-3.0 License

Downloads
629
Stars
123
Committers
5

Bot releases are hidden (Show)

colibri-core - v2.3.0

Published by proycon over 8 years ago

Fixes issue #17

colibri-core - v2.2.0

Published by proycon over 8 years ago

Major fixes:issue #14, issue #15 and issue #16.

colibri-core - v2.1.2

Published by proycon almost 9 years ago

Minor addition/fix: allow (de)serialisation of empty patterns

colibri-core - v2.1.1

Published by proycon almost 9 years ago

Fixes a problem (missing file) in the packaging of v2.1.0 , no further changes

colibri-core - v2.1.0

Published by proycon almost 9 years ago

  • Implemented more efficient algorithms for the search and extraction of pre-specified skipgrams and flexgrams (issue #9)
  • Added colibri-findpatterns script (issue #9)
  • Documentation and Python tutorial updated with a section on finding pre-specified patterns
  • Better flexgram support
  • Patternmodeller tool now as long options for everything to avoid confusion
  • Fixed getskipcontent (issue #10)
  • Minor fixes and improvements for Cython/Python
colibri-core - v2.0.4

Published by proycon almost 9 years ago

  • Several fixes for Cython/Python, mostly regarding indexed models and the reverse index
  • Updated Python tutorial for v2
colibri-core - v2.0.3

Published by proycon almost 9 years ago

  • Important memory corruption bugfix
  • Fixes for AlignmentModel
  • Added boundaryclass
  • Cython improvements
colibri-core - v2.0.0

Published by proycon almost 9 years ago

Version 2.0 release of Colibri Core.

Main changes:

  • better class encoding (stronger compression, less memory)
  • internal use of pattern pointers during training (quicker, less memory)
  • pattern pointer models
  • fixes in skipgram computation
  • more extensive test suite

Data format changed from v1, but old formats can still be read by v2.

colibri-core - v1.0.1

Published by proycon about 9 years ago

First official stable release of Colibri Core, released for Colibri Core paper submission.