-
Notifications
You must be signed in to change notification settings - Fork 596
internationalize word boundary checks #49
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
Open
aseifert
wants to merge
27
commits into
vi3k6i5:master
Choose a base branch
from
aseifert:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3654f79
Merge pull request #12 from vi3k6i5/develop
vi3k6i5 105b24a
Merge pull request #13 from vi3k6i5/develop
vi3k6i5 43e972a
Merge pull request #25 from vi3k6i5/develop
vi3k6i5 86f01ef
Added test case to get all keywords from kp
vi3k6i5 92ebec9
added test case to check term in kp
vi3k6i5 b5bf2aa
added test case to check term in kp
vi3k6i5 f2440b9
added test case coverage
vi3k6i5 5478cfd
Merge pull request #26 from vi3k6i5/develop
vi3k6i5 90d3cd1
added citation
vi3k6i5 06066e0
Merge pull request #27 from vi3k6i5/develop
vi3k6i5 ae2d85d
correccted citation
vi3k6i5 9adde82
Merge pull request #28 from vi3k6i5/develop
vi3k6i5 7090989
added feature to return span_info when using extract_keywords
vi3k6i5 77d6bc7
added docs for span_info
vi3k6i5 f18c3c8
updated version to 2.5
vi3k6i5 2255b50
Merge pull request #29 from vi3k6i5/develop
vi3k6i5 a966304
imporved example of span_info
vi3k6i5 1c970b5
added example for getting extra info with extract keywords
vi3k6i5 8adc57d
Fix typos:
delirious-lettuce c8a01ae
Merge pull request #41 from delirious-lettuce/fix_typos
vi3k6i5 eb2c6ca
added fix for encoding of file
vi3k6i5 4d1ed19
Merge branch 'master' of github.com:vi3k6i5/flashtext
vi3k6i5 599a836
Fix issue with incomplete keyword at the end of the sentence
killfactory dec72ad
added comment for encoding parameter
vi3k6i5 33355ce
Merge pull request #45 from killfactory/master
vi3k6i5 5591859
added bug fix for https://github.com/vi3k6i5/flashtext/issues/47
vi3k6i5 9b6b187
internationalize word boundary checks
aseifert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,4 @@ | ||
| [run] | ||
| omit = test/* | ||
| omit = | ||
| test/* | ||
| setup.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why the ugly direct reference to the class? just use
self