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

7
LINES

< > BotCompany Repo | #1021300 // ai_parseNounVerbAdjective

JavaX fragment (include)

static T3<S> ai_parseNounVerbAdjective(LS tok) {
  ret l(tok) == 3*2+1
    && isNoun(tok.get(1))
    && isVerb(tok.get(3))
    && isAdjective(tok.get(5))
    ? firstThreeCodeTokensTriple(tok) : null;
}

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: #1021300
Snippet name: ai_parseNounVerbAdjective
Eternal ID of this version: #1021300/2
Text MD5: 29f68e53963f9410ed012df59395ce34
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-08 12:52:59
Source code size: 207 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 236 / 259
Version history: 1 change(s)
Referenced in: [show references]