Libraryless. Click here for Pure Java version (2305L/15K).
1 | sS ai_combineNGramScorers_noDuplicates(S a, S b) {
|
2 | Pair<LS> pa = parseNGramScorerExpression(a); |
3 | Pair<LS> pb = parseNGramScorerExpression(b); |
4 | ret ai_makeNGramScorer(concatListsToTreeSet(pa.a, pb.a), concatListsToTreeSet(pa.b, pb.b)); |
5 | } |
Began life as a copy of #1027499
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027502 |
| Snippet name: | ai_combineNGramScorers_noDuplicates |
| Eternal ID of this version: | #1027502/2 |
| Text MD5: | 37463d791ea19376cbcfc8d9037419e1 |
| Transpilation MD5: | 511a5aba5f39394080194c9509cb6ed5 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-22 16:11:31 |
| Source code size: | 244 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 356 / 494 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |