Uses 11335K of libraries. Click here for Pure Java version (8116L/53K).
| 1 | static Set<S> ai_suffixesFromSharedWordStarts(BasicLogicRule<S> r) {
 | 
| 2 | Cl<S> wordParts = ai_sharedWordParts(r); | 
| 3 | ret concatMapToCISet(wordParts, p -> ai_wordStartToSuffixes(p, r.render())); | 
| 4 | } | 
Began life as a copy of #1028926
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: | #1028929 | 
| Snippet name: | ai_suffixesFromSharedWordStarts | 
| Eternal ID of this version: | #1028929/5 | 
| Text MD5: | 0bbd4ff535c4b70c6a03e02abe0f4743 | 
| Transpilation MD5: | c04354bb4743b08f73eb4cddb0ddad06 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2020-07-12 12:58:02 | 
| Source code size: | 195 bytes / 4 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 529 / 639 | 
| Version history: | 4 change(s) | 
| Referenced in: | [show references] |