PetrochukM / PyTorch-NLP

Basic Utilities for PyTorch Natural Language Processing (NLP)
https://pytorchnlp.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.21k stars 258 forks source link

Small Updates #35

Closed PetrochukM closed 6 years ago

PetrochukM commented 6 years ago

Changes:

codecov-io commented 6 years ago

Codecov Report

Merging #35 into master will decrease coverage by 0.09%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #35     +/-   ##
=========================================
- Coverage    94.7%   94.61%   -0.1%     
=========================================
  Files          56       56             
  Lines        1550     1597     +47     
=========================================
+ Hits         1468     1511     +43     
- Misses         82       86      +4
Impacted Files Coverage Δ
torchnlp/download.py 95% <ø> (ø) :arrow_up:
torchnlp/word_to_vector/pretrained_word_vectors.py 78.16% <50%> (-0.67%) :arrow_down:
torchnlp/datasets/dataset.py 91.37% <0%> (-0.93%) :arrow_down:
torchnlp/word_to_vector/bpemb.py 100% <0%> (ø) :arrow_up:

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 9925127...875f61e. Read the comment docs.