Skip to content
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

Feat: Add split_by_space and match_any_term_with_digits #66

Merged
merged 3 commits into from
Dec 16, 2019

Conversation

pdahale95
Copy link
Contributor

Added option to split sentence in to words simply by spaces in parse_words method and option to consider any term with digits as acronym in is_acronym method.
Passing split_by_space and match_any_term_with_digits as True helps to solve below issues
#54
wolfgarbe/SymSpell#34

@codecov-io
Copy link

codecov-io commented Dec 11, 2019

Codecov Report

Merging #66 into dev will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #66      +/-   ##
==========================================
+ Coverage   95.21%   95.25%   +0.04%     
==========================================
  Files           4        4              
  Lines         689      695       +6     
  Branches      180      184       +4     
==========================================
+ Hits          656      662       +6     
  Misses         16       16              
  Partials       17       17
Impacted Files Coverage Δ
symspellpy/helpers.py 80% <100%> (+1.42%) ⬆️
symspellpy/symspellpy.py 96.98% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 33305ee...e135881. Read the comment docs.

@mammothb mammothb merged commit b910712 into mammothb:dev Dec 16, 2019
@islama-lh islama-lh mentioned this pull request May 2, 2020
@mammothb mammothb linked an issue Nov 30, 2021 that may be closed by this pull request
@mammothb mammothb changed the title Update helpers.py Feat: Add split_by_space and match_any_term_with_digits Nov 30, 2021
@mammothb mammothb added the enhancement New feature or request label Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Facing some issues with ignore_non_words
3 participants