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

Add the FastSS and Levenshtein modules to docs #3279

Merged
merged 5 commits into from
Dec 24, 2021
Merged

Add the FastSS and Levenshtein modules to docs #3279

merged 5 commits into from
Dec 24, 2021

Conversation

piskvorky
Copy link
Owner

I tried to find our new levenshtein module via google, and failed.

Upon investigation it turns out it's not documented at all (not API pages), so google doesn't even know about.

This PR adds the two missing module doc files, plus adds them to the top-level API ref listing.

@piskvorky
Copy link
Owner Author

piskvorky commented Dec 22, 2021

@mpenkov could you please check what's up with the failing "Build wheels" test?

EDIT: n/m, looks like restart helped.

@codecov
Copy link

codecov bot commented Dec 22, 2021

Codecov Report

Merging #3279 (752e477) into develop (7d7bb84) will increase coverage by 0.32%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3279      +/-   ##
===========================================
+ Coverage    79.03%   79.35%   +0.32%     
===========================================
  Files           68       68              
  Lines        11781    11781              
===========================================
+ Hits          9311     9349      +38     
+ Misses        2470     2432      -38     
Impacted Files Coverage Δ
gensim/similarities/levenshtein.py 91.66% <ø> (ø)
gensim/corpora/wikicorpus.py 93.75% <0.00%> (+6.25%) ⬆️
gensim/scripts/segment_wiki.py 92.37% <0.00%> (+21.18%) ⬆️

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 7d7bb84...752e477. Read the comment docs.

Copy link
Collaborator

@mpenkov mpenkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, merging.

@mpenkov mpenkov changed the title [MRG] Add the FastSS and Levenshtein modules to docs Add the FastSS and Levenshtein modules to docs Dec 24, 2021
@mpenkov mpenkov merged commit 8b8203d into develop Dec 24, 2021
@mpenkov mpenkov deleted the fixdocs branch December 24, 2021 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants