-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Error in the comment for wxfilename and rxfilename #3264
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
Comments
Yes you're right. Please make a PR to fix this along with the other small errors you noticed. |
In addition, the following lists some misleading names in the source code: Lines 225 to 227 in 0cc941f
kaldi/src/util/kaldi-table-test.cc Lines 91 to 93 in 0cc941f
Even though |
That's right, thanks. Rather than making an issue for each one, I suggest
you accumulate them and make a PR with the fixes in one batch, which I can
review.
…On Wed, Apr 24, 2019 at 11:28 PM csukuangfj ***@***.***> wrote:
In addition, the following lists some misleading names in the source code:
------------------------------
https://github.com/kaldi-asr/kaldi/blob/0cc941f7e5fd519a9ffba8c85adafee6d7db0b83/src/util/kaldi-table.cc#L225-L227
std::string *wxfilename, should be std::string *rxfilename,
------------------------------
https://github.com/kaldi-asr/kaldi/blob/0cc941f7e5fd519a9ffba8c85adafee6d7db0b83/src/util/kaldi-table-test.cc#L91-L93
Even though ClassifyWspecifier does not check the validity of the string
foo|, it is misleading to use an rxfilename here to demonstrate
ClassifyWspecifier
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3264 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZFLO6XQ56DGQQK4KGS7ALPSEQOLANCNFSM4HIJFR3A>
.
|
See the comment below
kaldi/src/util/kaldi-io.h
Lines 55 to 72 in 0cc941f
For the wxfilename
which is actually an rxfilename.
For the rxfilename
which is a wxfilename.
The text was updated successfully, but these errors were encountered: