static LS ai_adverbsFromTriple(T3<S> t) { new LS l; S b = t.b; S s = firstJavaToken(b); while (isAdverb(s)) { l.add(s); b = trim(dropFirstJavaToken(b)); s = firstJavaToken(b); } ret l; }
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
Snippet ID: | #1020708 |
Snippet name: | ai_adverbsFromTriple |
Eternal ID of this version: | #1020708/2 |
Text MD5: | 7c44664db07eee75f177be2aaf53550b |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-31 21:43:58 |
Source code size: | 220 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 303 / 354 |
Version history: | 1 change(s) |
Referenced in: | [show references] |