static ItIt<S> ai_dropLeadingPhrases(S s, Collection<S> phrases) { final Set<S> set = asCISet(phrases); L<S> tok = javaTokNPunctuation(s); ret notNulls_iterator( mapIterator(allTokSplits_nOnLeft_iterator(tok), func(Pair<LS> p) -> S { set.contains(trimJoin(simpleSpaces(p.a))) ? join(p.b) : null })); }
Began life as a copy of #1018115
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1018119 |
Snippet name: | ai_dropLeadingPhrases - assumes phrases in list don't have punctuation |
Eternal ID of this version: | #1018119/1 |
Text MD5: | 9230107d5a2d72f8e7617be484ff63cd |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-09-02 14:31:04 |
Source code size: | 339 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 330 / 364 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1018126 - ai_findLeadingPhrases - returns both parts of the split; assumes phrases in list don't have punctuation #1022222 - ai_dropLeadingPhrases_one - assumes phrases in list don't have punctuation |