Skip to content

Commit

Permalink
Merge pull request #1746 from RasaHQ/docs_fix
Browse files Browse the repository at this point in the history
fix entity table
  • Loading branch information
erohmensing authored Feb 28, 2019
2 parents fff4826 + e00e628 commit e683cf7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/entities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Entity Extraction
=================


======================= ================ ======================== ===================================
Component Requires Model notes
======================= ================ ======================== ===================================
``CRFEntityExtractor`` sklearn-crfsuite conditional random field good for training custom entities
``SpacyEntityExtractor`` spaCy averaged perceptron provides pre-trained entities
``DucklingHTTPExtractor`` running duckling context-free grammar provides pre-trained entities
``MitieEntityExtractor`` MITIE structured SVM good for training custom entities
======================= ================ ======================== ===================================
========================= ================ ======================== =================================
Component Requires Model Notes
========================= ================ ======================== =================================
``CRFEntityExtractor`` sklearn-crfsuite conditional random field good for training custom entities
``SpacyEntityExtractor`` spaCy averaged perceptron provides pre-trained entities
``DucklingHTTPExtractor`` running duckling context-free grammar provides pre-trained entities
``MitieEntityExtractor`` MITIE structured SVM good for training custom entities
========================= ================ ======================== =================================


Custom Entities
Expand Down

0 comments on commit e683cf7

Please sign in to comment.