Uses 911K of libraries. Click here for Pure Java version (1903L/10K).
1 | !7 |
2 | |
3 | concept Recording { |
4 | S startTime, endTime, recordedWhere; |
5 | S interpretation, interpretedBy; |
6 | |
7 | Cl<Interpretation> interpretations() { |
8 | ret findBackRefs(this, Interpretation); |
9 | } |
10 | } |
11 | |
12 | concept Interpretation { |
13 | new Ref<Recording> recording; |
14 | S by; |
15 | O rank; |
16 | } |
17 | |
18 | cmodule SpeechCorrelator { |
19 | } |
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: | 225 / 630 |
Referenced in: | [show references] |