Thanks

First of all, we are grateful for the funding from CNRS and the ERC Consolidator Grant Socsemics (grant #772743), which made this work possible in the first place.

Graphbrain does not exist in a vacuum. We benefit greatly from the work and generosity of others, and are particularly thankful for the following open-source projects:

spaCy

https://spacy.io

Industrial-Strength Natural Language Processing in Python

scikit-learn

https://scikit-learn.org

Machine Learning in Python

LevelDB

https://github.com/google/leveldb

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

And its Python interface, Plyvel:

https://plyvel.readthedocs.io/en/latest/