Skip to content

Refactoring

Nicolas Denier requested to merge refactoring into main
  • Datasets are now loadable with dataset("name", inputdir, outputdir; <keyword arguments>)
  • Supported corpora are referenced in corpora.json
  • New corpus can be added by simply creating a single file and implementing at least one function.
  • Added documentation, will update on new corpus.

Merge request reports