Skip to content

Commit

Permalink
simple test
Browse files Browse the repository at this point in the history
  • Loading branch information
onadegibert committed May 15, 2024
1 parent 091558a commit 662af6e
Showing 1 changed file with 2 additions and 59 deletions.
61 changes: 2 additions & 59 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpusDistillery
==========
=====================

Welcome to OpusDistillery's documentation!

Expand All @@ -13,61 +13,4 @@ New features:
* **GPU Utilisation** With the hope of moving towards greener NLP and NMT, we have added GPU utilisation tracking so that we can report the amount of hours and energy consumed by the pipeline.
* **Multilinguality Support**: The pipeline supports training multilingual models. This covers two aspects: support for using any combination of multilingual and bilingual teachers, as well as support for multilingual student training.

<!-- OpusDistillery has been presented in `ACL 2020 system demonstrations <https://www.aclweb.org/anthology/2020.acl-demos.20>`_.-->

.. toctree::
:caption: Get started
:maxdepth: 1

installation.md
usage.md
automatic_configuration.md
command_line_tools.md

.. toctree::
:caption: Available functions
:name: functions
:maxdepth: 1

functions/downloading_and_selecting_data.md
functions/preprocessing_text.md
functions/filtering_and_scoring.md
functions/using_score_files.md
functions/training_language_and_alignment_models.md
functions/training_and_using_classifiers.md

.. toctree::
:caption: Available filters
:name: filters
:maxdepth: 1
:glob:

filters/length_filters.md
filters/script_and_language_identification_filters.md
filters/special_character_and_similarity_filters.md
filters/language_model_filters.md
filters/alignment_model_filters.md
filters/sentence_embedding_filters.md
filters/custom_filters.md

.. toctree::
:caption: Available preprocessors
:name: preprocessors
:maxdepth: 1

preprocessors/tokenizer.md
preprocessors/detokenizer.md
preprocessors/whitespaceNormalizer.md
preprocessors/reg_exp_sub.md
preprocessors/monolingual_sentence_splitter.md
preprocessors/bpe_segmentation.md
preprocessors/morfessor_segmentation.md
preprocessors/custom_preprocessors.md

.. toctree::
:caption: Other information
:maxdepth: 1

references.rst
CONTRIBUTING.md
CHANGELOG.md
<!-- OpusDistillery has been presented in `ACL 2020 system demonstrations <https://www.aclweb.org/anthology/2020.acl-demos.20>`_.-->

0 comments on commit 662af6e

Please sign in to comment.