1 | static S ai_verbWithoutAdverbsFromTriple(T3<S> t) { |
2 | S b = t.b; |
3 | S s = firstJavaToken(b); |
4 | while (isAdverb(s)) { |
5 | b = trim(dropFirstJavaToken(b)); |
6 | s = firstJavaToken(b); |
7 | } |
8 | ret b; |
9 | } |
Began life as a copy of #1020708
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1021338 |
Snippet name: | ai_verbWithoutAdverbsFromTriple |
Eternal ID of this version: | #1021338/1 |
Text MD5: | bd2212b95ce00695e2f1448a051571a4 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-08 19:55:06 |
Source code size: | 202 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 321 / 331 |
Referenced in: | [show references] |