Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/explosion/spaCy
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Sep 14, 2024
2 parents 8266031 + 30f1f33 commit 50aa3b5
Show file tree
Hide file tree
Showing 2 changed files with 1,347 additions and 300 deletions.
7 changes: 0 additions & 7 deletions spacy/lang/mk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ class MacedonianDefaults(BaseDefaults):
tokenizer_exceptions = update_exc(BASE_EXCEPTIONS, TOKENIZER_EXCEPTIONS)
stop_words = STOP_WORDS

@classmethod
def create_lemmatizer(cls, nlp=None, lookups=None):
if lookups is None:
lookups = Lookups()
return MacedonianLemmatizer(lookups)


class Macedonian(Language):
lang = "mk"
Defaults = MacedonianDefaults
Expand Down
Loading

0 comments on commit 50aa3b5

Please sign in to comment.