You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Update minimum Python version to 3.7 because this package fails with Python 3.6.
Update supported Riva version to 2.3.0.
Add punctuation tests for German, Spanish, and Chinese.
Add --language-code parameter to scripts/nlp/punctuation_client.py script.
Improve setup.py.
Add comprehensive error message for cases when common submodule is empty.
Remove unused code.
Rename argparse parameters (--run_tests -> --run-tests in scripts/nlp/punctuation_client.py, --input_file -> --input-file and --output_file -> --output-file in scripts/nlp/update_intent_slot_test_data_format.py) which contain underscore. From now on all argparse parameters are written using hyphens.