Uses 911K of libraries. Click here for Pure Java version (1903L/10K).
!7 concept Recording { S startTime, endTime, recordedWhere; S interpretation, interpretedBy; Cl<Interpretation> interpretations() { ret findBackRefs(this, Interpretation); } } concept Interpretation { new Ref<Recording> recording; S by; O rank; } cmodule SpeechCorrelator { }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1026982 |
| Snippet name: | Speech Correlator |
| Eternal ID of this version: | #1026982/1 |
| Text MD5: | bffe6872c44199e387e171680ca65845 |
| Transpilation MD5: | 5d236e6d47994e8bc15df70c0be8fc03 |
| Author: | stefan |
| Category: | javax / speech recognition |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-02-05 23:05:21 |
| Source code size: | 317 bytes / 19 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 448 / 908 |
| Referenced in: | #1027038 - Speech Correlator, simple version (one recording at a time) |