-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed on build #1
Comments
You're not really supposed to be looking at this yet :) I'm still preparing it for release, I just didn't bother to make the repo private. |
ines
pushed a commit
that referenced
this issue
Jun 13, 2017
ines
pushed a commit
that referenced
this issue
Oct 17, 2017
ines
pushed a commit
that referenced
this issue
Feb 15, 2018
* Fixing vocab doc Replacing "like" with "love", coffee suffix should be "fee" but not "ffe" * Added pktippa contributor agreement
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
ines
pushed a commit
that referenced
this issue
Jul 8, 2019
* initial LT lang support * Added more stopwords. Started setting up some basic test environment (not complete) * Initial morph rules for LT lang * Closes #1 Adds tokenizer exceptions for Lithuanian * Closes #5 Punctuation rules. Closes #6 Lexical Attributes * test: add native examples to basic tests * feat: add tag map for lt lang * fix: remove undefined tag attribute 'Definite' * feat: add lemmatizer for lt lang * refactor: add new instances to lt lang morph rules; use tags from tag map * refactor: add morph rules to lt lang defaults * refactor: only keep nouns, verbs, adverbs and adjectives in lt lang lemmatizer lookup * refactor: add capitalized words to lt lang lemmatizer * refactor: add more num words to lt lang lex attrs * refactor: update lt lang stop word set * refactor: add new instances to lt lang tokenizer exceptions * refactor: remove comments form lt lang init file * refactor: use function instead of lambda in lt lex lang getter * refactor: remove conversion to dict in lt init when dict is already provided * chore: rename lt 'test_basic' to 'test_text' * feat: add more lt text tests * feat: add lemmatizer tests * refactor: remove unused imports, add newline to end of file * chore: add contributor agreement * chore: change 'en' to 'lt' in lt example description * fix: add missing encoding info * style: add newline to end of file * refactor: use python2 compatible syntax * style: reformat code using black
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Matthew,
Tried
master
branch earlier today, therequirements.txt
is missingthinc
andsetup.py
couldn't findmurmurhash
headers, so I have to copy themurmurhash
import instruction fromthinc
.Also missing
humanize
,unidecode
,ujson
modules for testing.The text was updated successfully, but these errors were encountered: