(String sentence, ArrayList<String> words, ArrayList<String> tags)
| 42 | |
| 43 | // run lac, results save in words and tags |
| 44 | public native int run(String sentence, ArrayList<String> words, ArrayList<String> tags); |
| 45 | |
| 46 | } |
no outgoing calls
no test coverage detected