sbool englishToConceptLanguage_dropPunctuation; sbool englishToConceptLanguage_hygienicParsing = true; sS englishToConceptLanguage(S s) { if (englishToConceptLanguage_hygienicParsing) { Lisp l = hygienicParse1(s); if (l != null) ret clUnparse(l); } try answer englishToConceptLanguage_simple(s); try answer englishToConceptLanguage_xyz(s, null); if (englishToConceptLanguage_dropPunctuation) try answer englishToConceptLanguage_xyz(s, f dropPunctuation); ret s; }
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: | 791 / 797 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |