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

5
LINES

< > BotCompany Repo | #1021330 // ai_extractNounsAndSimplestNounPhrases

JavaX fragment (include)

static Set<S> ai_extractNounsAndSimplestNounPhrases(S s) {
  ret joinCISets(
    filter isNoun(javaTokC(s)),
    pairB(ai_groupAndReturnSimplestNounPhrases(s)));
}

Author comment

Began life as a copy of #1021328

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: #1021330
Snippet name: ai_extractNounsAndSimplestNounPhrases
Eternal ID of this version: #1021330/4
Text MD5: a1d20a4c198b0e3910b55eee2d897aee
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 18:06:22
Source code size: 167 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 225 / 250
Version history: 3 change(s)
Referenced in: [show references]