Skip to content

Commit

Permalink
dont require punkt download
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Apr 24, 2023
1 parent 68044ff commit 4f13f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_classifiers/tasks/tagger.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import nltk
from nltk import AffixTagger
from nltk import word_tokenize
from nltk.tag import UnigramTagger, BigramTagger, TrigramTagger, DefaultTagger, RegexpTagger

from ovos_classifiers.tasks.classifier import OVOSAbstractClassifier
from ovos_classifiers.heuristics.tokenize import word_tokenize


class OVOSAbstractClassifierTagger(OVOSAbstractClassifier):
Expand Down

0 comments on commit 4f13f4b

Please sign in to comment.