Skip to main content

2.0.0-alpha.3

· One min read
Mix Team
Mix Core Team

This update includes the following enhancements:

  • Add retry mechanism
    • ASR and NLU properties now have: retry_count and retry_sleep_s
    • Ensures token is valid for retry
    • Note: retry_count max is 4, retry_sleep_s max is 30
    • See config.json for more
  • Add NLU config support: input_logging_mode, default PLAINTEXT
  • New errors.tsv file, compliments results.tsv for those rows for which errors occured
  • Add default client_data for ASR and NLU requests
    • Includes: tool version, os/platform system in context of runner

Some fixes:

  • Fix auto_punctuate evaluation of true/false
  • Fix file handling and various newline issues for Windows users
  • File previously results.postprocessed.{timestamp}.json is now out.json

Thanks,
Nuance Mix Team