1 | sbool englishToConceptLanguage_dropPunctuation; |
2 | sbool englishToConceptLanguage_hygienicParsing = true; |
3 | |
4 | sS englishToConceptLanguage(S s) { |
5 | if (englishToConceptLanguage_hygienicParsing) { |
6 | Lisp l = hygienicParse1(s); |
7 | if (l != null) ret clUnparse(l); |
8 | } |
9 | |
10 | try answer englishToConceptLanguage_simple(s); |
11 | try answer englishToConceptLanguage_xyz(s, null); |
12 | if (englishToConceptLanguage_dropPunctuation) |
13 | try answer englishToConceptLanguage_xyz(s, f dropPunctuation); |
14 | ret s; |
15 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1007426 |
Snippet name: | englishToConceptLanguage |
Eternal ID of this version: | #1007426/5 |
Text MD5: | 597d015997d940d7454f971c21193892 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-05-07 00:05:34 |
Source code size: | 507 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 565 / 564 |
Version history: | 4 change(s) |
Referenced in: | [show references] |