index.rst 459 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Models
======

.. toctree::
   :glob:
   :maxdepth: 1

   BERT-based models <bert>
   Context Question Answering <squad>
   Classification <classifiers>
   Morphological Tagger <morphotagger>
   Named Entity Recognition <ner>
   Neural Ranking <neural_ranking>
   Slot filling <slot_filling>
   Spelling Correction <spelling_correction>
   TF-IDF Ranking <tfidf_ranking>
   Popularity Ranking <popularity_ranking>
   Knowledge Base Question answering <kbqa>