Libraryless. Click here for Pure Java version (6569L/43K).
1 | static L<ParsedWithTokens<S>> pwt_allPronouns(S s) {
|
2 | ret pwt_allPronouns(javaTok(s)); |
3 | } |
4 | |
5 | static L<ParsedWithTokens<S>> pwt_allPronouns(LS tok) {
|
6 | ret pwt_filter isPronoun(pwt_initial(1, tok)); |
7 | } |
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: | #1028891 |
| Snippet name: | pwt_allPronouns |
| Eternal ID of this version: | #1028891/2 |
| Text MD5: | 4877fe3afc854b0c00ee8f9f7d3581a9 |
| Transpilation MD5: | 034fb9b988b080df6a6488743780f111 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-10 19:51:30 |
| Source code size: | 203 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 406 / 541 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |