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 fastText backend. Fixes #74 #92

Merged
merged 11 commits into from
Apr 5, 2018
Merged

Add fastText backend. Fixes #74 #92

merged 11 commits into from
Apr 5, 2018

Conversation

osma
Copy link
Member

@osma osma commented Apr 5, 2018

No description provided.

@osma osma added this to the v0.18 milestone Apr 5, 2018
@coveralls
Copy link

coveralls commented Apr 5, 2018

Coverage Status

Coverage increased (+0.09%) to 95.799% when pulling f6bff45 on fasttext-backend into b8def22 on master.

@codecov
Copy link

codecov bot commented Apr 5, 2018

Codecov Report

Merging #92 into master will increase coverage by 0.09%.
The diff coverage is 96.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
+ Coverage    95.7%   95.79%   +0.09%     
==========================================
  Files          30       32       +2     
  Lines        1211     1333     +122     
==========================================
+ Hits         1159     1277     +118     
- Misses         52       56       +4
Impacted Files Coverage Δ
annif/backend/backend.py 90.62% <100%> (+0.62%) ⬆️
annif/backend/tfidf.py 100% <100%> (ø) ⬆️
annif/backend/__init__.py 88.37% <100%> (+0.56%) ⬆️
tests/test_backend_fasttext.py 100% <100%> (ø)
annif/backend/fasttext.py 100% <100%> (ø)
annif/project.py 90% <33.33%> (-2.99%) ⬇️

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 b8def22...f6bff45. Read the comment docs.

@osma osma merged commit 4a82078 into master Apr 5, 2018
@osma osma deleted the fasttext-backend branch May 3, 2018 07:51
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