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

14
LINES

< > BotCompany Repo | #1014228 // Jess Single Words

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

Download Jar. Uses 206K of libraries. Click here for Pure Java version (7794L/54K).

!7

p {
  bot();
  callAnswerMethod("Give me some oxalic acid");
}

answer {
  S sentence = s;
  L<S> words = words(dropPunctuation(sentence));
  printStruct(words);
  for (S word : words) jess_silent(word);
  for (S word : words) jess(print(word));
}

Author comment

Began life as a copy of #1014076

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1014228
Snippet name: Jess Single Words
Eternal ID of this version: #1014228/1
Text MD5: 3945932ff22a9a601683cff8b96a4977
Transpilation MD5: a80eff9826eec8c821350fd427032ced
Author: stefan
Category: javax / speech
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-17 01:36:38
Source code size: 264 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 272 / 690
Referenced in: [show references]