Skip to main content

2.0.0-alpha.1

· One min read
Mix Team
Mix Core Team

Initial release, hello world.

This testing tool is available in two types of packages:

  • Python Wheel
  • Docker Image

See Downloads for more details.

The tool provides the ability to execute transactions against:

  • Nuance Cloud ASR Service (powered by Krypton), and/or
  • Nuance Cloud NLU Service (powered by NLE)

Provide the following:

  • truth.tsv
  • config.json
  • mappings.adjmap
  • audio/x.wav

Audio data must be mono, 16-bit linear PCM, either 8kHz or 16kHz.

When executing the tests, the following will be stored in the output directory as defined:

  • log.txt - raw logs, based on the log_level in config.json
  • overview.json - raw json for the test report
  • report.html - rendered HTML report
  • results.tsv - data pre-scoring
  • results.nuanscored.tsv - scored results
  • results.postprocessed.{date}.json - each row's transaction response pre-scoring tool

Check out Quick Start and get started!

Thanks,
Nuance Mix Team