Colibri Core is software to quickly and efficiently count and extract patterns from large corpus data, to extract various statistics on the extracted patterns, and to compute relations between the extracted patterns.
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’ which enables you to build pattern models, generate statistical reports, query for specific patterns and relations, and manipulate models.
Colibri Core is available as a collection of standalone command-line tools, as a C++ library, and as a Python library.
The employed notion of pattern or construction encompasses the following categories:
- n-gram — n consecutive words.
- skipgram — An abstract pattern of predetermined length with one or multiple gaps (of specific size).
- flexgram — An abstract pattern with one or more gaps of variable-size.
Colibri Core provides memory-based techniques where models are held entirely in memory to guarantee maximum performance on lookup and computation.
Colibri Core runs on modern POSIX-compliant operating systems, including Linux, FreeBSD and Mac OS X.
Colibri Core is single-threaded due to the non-distributable nature of most of the algorithms. A 64-bit architecture is required, 32-bit is not supported. The software is released under an open source license.
Website: https://proycon.github.io/colibri-core
Support: GitHub Code Repository
Developer: Maarten van Gompel
License: GNU General Public License v3.0
Colibri Core is written in C++ and Python. Learn C++ with our recommended free books and free tutorials. Learn Python with our recommended free books and free tutorials.
Related Software
| C++ Natural Language Processing Tools | |
|---|---|
| text2vec | Framework with API for text analysis and natural language processing |
| Moses | Statistical machine translation system |
| TiMBL | Tilburg Memory-Based Learner |
| MITIE | MIT Information Extraction |
| MeTA | Modern C++ data sciences toolkit |
| Colibri Core | Efficient n-gram & skipgram modelling on text corpora |
| CRF++ | Yet Another CRF toolkit |
| BLLIP Parser | Statistical natural language parser |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

