1 | static L<PairS> ai_findProbableSingularPluralPairs(Set<S> words) { |
2 | ret ai_findSuffixAddedElementsInSet(words, "s"); |
3 | } |
4 | |
5 | static L<PairS> ai_findProbableSingularPluralPairs(S s) { |
6 | ret ai_findProbableSingularPluralPairs(ai_extractPhrases(s)); |
7 | } |
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: | 254 / 288 |
Referenced in: | [show references] |