-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version set to 4.0.0 * cleaned up a redundant try block * Added Chat and ASR messages, removed Metadata abstract type * Removed unneeded base class * Moved asr msg.subtype to ‘asr:transcription’ * Added factory companion objects for Trial, ASR and Chat messages * Added BusMessage case class, fixed comments * Added factory companion objects for DialogAgent and VersionInfo messages * Added some printf output * Moved the BusMessage class to the Common messages file * reading JSON no longer throws an exception if it can't parse the input * IDC Worker shows state after finishing a job * Moved to factory model for message construction * Fixed comments * Fixed comments, added variable types in declarations * Removed Metadata class in favor of Chat, ASR, and Trial * Removed Metadata class in favor of Chat, ASR, and Trial * Removed null default values * Comments added * Added keyboard interrupt * Fixed comment * Added file for MQTT bus message * fixed comments * Added base working copy, fixed comments * Cleaned up comments * TDAC reset no longer takes an argument * Removed unneeded state in job queue processing * edited comment * Added a method to build DialogAgent messages from serialization * Added Tdac retur message * Reverted the TdacClient continue to use JSON * Fixed TDAC comments, replaced server case class * Dialog Agents wqno longer have to extend the base class * TDAC Client will now shut down application if server cannot be reset * Fixed an inheritance issue * Added .metadata and .vtt file handlers * Metadata file working * fixed a comment * removed an experimental agent class * The IdcWorker can now be used with any DialogAgent type * Deleted a comment * Renamed a file * Trying an experiment * IdcWorker jobs now run sequentially * Removed two experimental classes * TDAC and IDCWorker args now enabled on file agent
- Loading branch information
Showing
26 changed files
with
972 additions
and
1,041 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ Asr { | |
message_type = "observation" | ||
} | ||
msg { | ||
sub_type = "asr" | ||
sub_type = "asr:transcription" | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.