removing megam reader and writer - #557
Conversation
Codecov Report
@@ Coverage Diff @@
## master #557 +/- ##
==========================================
- Coverage 95.16% 95.16% -0.01%
==========================================
Files 26 26
Lines 3021 2976 -45
==========================================
- Hits 2875 2832 -43
+ Misses 146 144 -2
Continue to review full report at Codecov.
|
|
|
|
I do not know what the
|
| .. option:: input_file(s) | ||
|
|
||
| One or more csv file(s), jsonlines file(s), or megam file(s) (with or without the | ||
| One or more csv file(s), or jsonlines file(s) (with or without the |
There was a problem hiding this comment.
Nitpick/question: Get rid of the comma if there are only two things. But, also, why are there only two things? That is, shouldn't we mention all the file types supported here (or link to a section that enumerates them)? It seems strange to focus on CSV and jsonlines exclusively here. Also, I suggest changing "csv" and "jsonlines" to "``.csv``" and "``.jsonlines``" as they are used elsewhere (same applies to additional files added).
|
Looks it is ready for review, (or merging). Will address any comments further. |
|
@bndgyawali looks like there are some conflicts that need to be resolved based on changes we made for v2.1? Can you please update. Thanks! |
# Conflicts: # doc/run_experiment.rst # doc/tutorial.rst
desilinguist
left a comment
There was a problem hiding this comment.
A suggestion and a question. Very minor stuff.
| help='A space-separated list of csv file, or json file, ' | ||
| '(with or without the label ' |
There was a problem hiding this comment.
Why are we changing this?
There was a problem hiding this comment.
not sure how it got changed. i will revert it back.
I addressed them. |
This PR closes #532.
Removing megam reader and writer.
Updating comments, and documents mentioning megam
Updating test cases that are using megam file types.