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

9
LINES

< > BotCompany Repo | #1021338 // ai_verbWithoutAdverbsFromTriple

JavaX fragment (include)

static S ai_verbWithoutAdverbsFromTriple(T3<S> t) {
  S b = t.b;
  S s = firstJavaToken(b);
  while (isAdverb(s)) {
    b = trim(dropFirstJavaToken(b));
    s = firstJavaToken(b);
  }
  ret b;
}

Author comment

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: 201 / 213
Referenced in: [show references]