1 | static T3<S> ai_parseNounVerbAdjective(LS tok) {
|
2 | ret l(tok) == 3*2+1 |
3 | && isNoun(tok.get(1)) |
4 | && isVerb(tok.get(3)) |
5 | && isAdjective(tok.get(5)) |
6 | ? firstThreeCodeTokensTriple(tok) : null; |
7 | } |
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: | #1021300 |
| Snippet name: | ai_parseNounVerbAdjective |
| Eternal ID of this version: | #1021300/2 |
| Text MD5: | 29f68e53963f9410ed012df59395ce34 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-08 12:52:59 |
| Source code size: | 207 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 575 / 589 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |