We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I would like to clarify if this is a bug.
NNDIAL/loader/DataReader.py
Lines 876 to 880 in 740f6d3
Should the extractSeq method in line 878 be called on turn['usr']['transcript'] instead?
extractSeq
878
turn['usr']['transcript']
The words variable in line 877 is totally ignored, and replaced by the return values of extractSeq in line 878.
words
877
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I would like to clarify if this is a bug.
NNDIAL/loader/DataReader.py
Lines 876 to 880 in 740f6d3
Should the
extractSeq
method in line878
be called onturn['usr']['transcript']
instead?The
words
variable in line877
is totally ignored, and replaced by the return values ofextractSeq
in line878
.The text was updated successfully, but these errors were encountered: