Libraryless. Click here for Pure Java version (2533L/16K).
static double scoreNGramScorer(S expr, Cl<S> pos, Cl<S> neg) { ret posNegMatrixOfLists_quality(nGramScorerMatrix(expr, pos, neg)); }
Began life as a copy of #1027476
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: | #1027494 |
| Snippet name: | scoreNGramScorer |
| Eternal ID of this version: | #1027494/4 |
| Text MD5: | 9e4b1f56bfb10160b0c6cc0cf535414d |
| Transpilation MD5: | 6c13aff95236db81f502e218ee100cb1 |
| 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:34:26 |
| Source code size: | 136 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 404 / 547 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1027509 - nGramScorerMatrix |