Skip to content
Snippets Groups Projects
Select Git revision
  • correlation
  • master default protected
  • 24-non-negative-omp
  • 15-integration-sota
  • 20-coherence-des-arbres-de-predictions
  • 19-add-some-tests
  • 13-visualization
  • 17-adding-new-datasets
  • 12-experiment-pipeline
  • 14-correction-of-multiclass-classif
  • archive/10-gridsearching-of-the-base-forest
  • archive/farah_notation_and_related_work
  • archive/wip_clean_scripts
  • archive/4-implement-omp_forest_classifier
  • archive/5-add-plots-2
  • archive/Leo_Add_first_notebook
16 results

digits

  • Clone with SSH
  • Clone with HTTPS
  • Macaon Documentation

    Overview

    Macaon is a trainable software whose purpose is to annotate text.
    It has been built to perform any combination of the folloing annotations :

    • Tokenization
    • POS tagging
    • Feats tagging
    • Dependency parsing
    • Sentence segmentation

    The focus is set on customization :

    • Chose the order the predictions are made in, along with the mode of annotation :
      • Sequential (pipeline) mode : the whole input is processed at a certain annotation level n before being processed at level n+1.
      • Incremental mode : each word is processed at every anotation level before passing to the next word.
    • Precisely chose what part of the input text will be used as feature for the classifier.

    Installation

    Getting Started