/adso

Adso is a Topic Modelling library

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

https://codecov.io/gh/TnTo/adso/branch/0.1.0/graph/badge.svg?token=I66EZEIVJB

target:https://codecov.io/gh/TnTo/adso

adso

A topic modelling library built on top of many great libraries.

This is a work in progress, undocumented and really experimental

install

To install clone the repo, install dependencies with conda (environment.yml) then:

pip install .

config

adso need to write some files to disk. As default adso uses the ~/.adso folder, but it can be change setting the enviromental variable ADSODIR or with the function set_adso_dir() from the code (or the REPL).

documentation

Some examples on how to use adso are also available in tests folders.