Skip to content

Release 0.0.4

Choose a tag to compare

@PeganovAnton PeganovAnton released this 14 Jul 16:31
0731e18
  1. Update minimum Python version to 3.7 because this package fails with Python 3.6.
  2. Update supported Riva version to 2.3.0.
  3. Add punctuation tests for German, Spanish, and Chinese.
  4. Add --language-code parameter to scripts/nlp/punctuation_client.py script.
  5. Improve setup.py.
  • Add comprehensive error message for cases when common submodule is empty.
  • Remove unused code.
  1. 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.