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

7
LINES

< > BotCompany Repo | #1022741 // ai_findProbableSingularPluralPairs

JavaX fragment (include)

static L<PairS> ai_findProbableSingularPluralPairs(Set<S> words) {
  ret ai_findSuffixAddedElementsInSet(words, "s");
}

static L<PairS> ai_findProbableSingularPluralPairs(S s) {
  ret ai_findProbableSingularPluralPairs(ai_extractPhrases(s));
}

Author comment

Began life as a copy of #1022733

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1022741
Snippet name: ai_findProbableSingularPluralPairs
Eternal ID of this version: #1022741/1
Text MD5: 7fd8062863a89529d3faa86c9f966421
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-03 19:53:59
Source code size: 250 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 180 / 215
Referenced in: [show references]