Language modeling: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==n-gram modeling== 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...") |
No edit summary |
||
Line 3: | Line 3: | ||
*[http://proycon.github.io/colibri-core/ Github repository] | *[http://proycon.github.io/colibri-core/ Github repository] | ||
==BERT-like models== | |||
* [https://people.cs.kuleuven.be/~pieter.delobelle/robbert/ RobBERT]: A Dutch RoBERTa-based Language Model | |||
==SpaCy== | |||
* [https://spacy.io/models/nl Dutch models] |
Revision as of 15:26, 23 March 2021
n-gram modeling
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 allows you to build, view, manipulate and query pattern models.
BERT-like models
- RobBERT: A Dutch RoBERTa-based Language Model