text icon indicating copy to clipboard operation
text copied to clipboard

Doc string for the examples of datasets

Open zhangguanheng66 opened this issue 3 years ago • 1 comments

Add the example doc strings to torchtext.datasets.

Screen Shot 2021-03-11 at 9 27 23 PM

zhangguanheng66 avatar Mar 05 '21 02:03 zhangguanheng66

Codecov Report

Merging #1241 (918442b) into master (735d5e7) will decrease coverage by 1.83%. The diff coverage is 93.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1241      +/-   ##
==========================================
- Coverage   80.76%   78.93%   -1.84%     
==========================================
  Files          67       68       +1     
  Lines        3624     3655      +31     
==========================================
- Hits         2927     2885      -42     
- Misses        697      770      +73     
Impacted Files Coverage Δ
torchtext/data/datasets_utils.py 90.99% <93.33%> (+0.36%) :arrow_up:
torchtext/data/datasets_example_doc.py 100.00% <100.00%> (ø)
torchtext/vocab.py 67.93% <0.00%> (-22.07%) :arrow_down:
torchtext/utils.py 72.45% <0.00%> (-4.20%) :arrow_down:

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 735d5e7...918442b. Read the comment docs.

codecov[bot] avatar Mar 11 '21 19:03 codecov[bot]

We link to the main page for these datasets, so there's no need for us to also include an example.

joecummings avatar Mar 09 '23 16:03 joecummings