Skip to content

Commit

Permalink
Merge pull request #1970 from flairNLP/distanceClassifier
Browse files Browse the repository at this point in the history
Distance classifier
  • Loading branch information
alanakbik authored Dec 1, 2020
2 parents 4b2f55e + 7f02cd5 commit 108182a
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 1 deletion.
1 change: 1 addition & 0 deletions flair/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .sequence_tagger_model import SequenceTagger, MultiTagger
from .language_model import LanguageModel
from .text_classification_model import TextClassifier
from .text_classification_model import DistClassifier
Loading

0 comments on commit 108182a

Please sign in to comment.