Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1001928 // Feedback recognizer test

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (289L/3K/9K).

!752

static L<S> examples = litlist("nice!", "niceeee", "NICE.", "good", "ok", "correct", "bad", "wrong", "aha");

p {
  for (S s : examples)
    print(quote(s) + ": " + feedbackScore(s));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt

Comments [hide]

ID Author/Program Comment Date
1188 stefan IOW, it works. 2015-12-08 17:44:06
1187 stefan "nice!": 1
"niceeee": 1
"NICE.": 1
"good": 1
"ok": 1
"correct": 1
"bad": -1
"wrong": -1
"aha": 0
[main done]
2015-12-08 17:43:56

add comment

Snippet ID: #1001928
Snippet name: Feedback recognizer test
Eternal ID of this version: #1001928/1
Text MD5: 124df9a006e738fa13da915f296eb336
Transpilation MD5: b7be977bff486b92e9c3fe65a60ce300
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-08 17:42:59
Source code size: 200 bytes / 8 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 860 / 853
Referenced in: [show references]