1 | static Set<S> ai_extractNounsAndSimplestNounPhrases(S s) {
|
2 | ret joinCISets( |
3 | filter isNoun(javaTokC(s)), |
4 | pairB(ai_groupAndReturnSimplestNounPhrases(s))); |
5 | } |
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: | 506 / 539 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |