1 | sS combineToNLPattern_tryToIncludePunctuation(S a, S b) { |
2 | S s = combineToNLPatternIncludingPunctuation(a, b); |
3 | if (s != null) ret s; |
4 | ret combineToNLPattern(a, b); |
5 | } |
6 | |
7 | sS combineToNLPattern_tryToIncludePunctuation(Iterable<S> l) { |
8 | ret foldl_noSeed(func(S a, S b) -> S { combineToNLPattern_tryToIncludePunctuation(a, b) }, l); |
9 | } |
Began life as a copy of #1021097
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: | #1021098 |
Snippet name: | combineToNLPattern_tryToIncludePunctuation |
Eternal ID of this version: | #1021098/1 |
Text MD5: | aea10a9cf7563754cb3d2f6ba341513e |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-01-22 16:02:32 |
Source code size: | 340 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 336 / 329 |
Referenced in: | [show references] |