Skip to content

Commit

Permalink
Merge pull request #1995 from pharnisch/studienprojekt-pha
Browse files Browse the repository at this point in the history
Studienprojekt pha
  • Loading branch information
alanakbik authored Dec 1, 2020
2 parents 108182a + f819916 commit 6ff9721
Show file tree
Hide file tree
Showing 2 changed files with 538 additions and 0 deletions.
1 change: 1 addition & 0 deletions flair/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .sequence_tagger_model import SequenceTagger, MultiTagger
from .simple_sequence_tagger_model import SimpleSequenceTagger
from .language_model import LanguageModel
from .text_classification_model import TextClassifier
from .text_classification_model import DistClassifier
Loading

0 comments on commit 6ff9721

Please sign in to comment.