Commit 1f9074bd2d15d94d2907f93f349ddf4aeb37334c
1 parent
e4d75997
- praca nad wrapperem javowym
git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/trunk@243 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
Showing
1 changed file
with
1 additions
and
1 deletions
morfeusz/wrappers/morfeusz_java.i
... | ... | @@ -35,7 +35,7 @@ import java.util.AbstractList; |
35 | 35 | |
36 | 36 | %typemap(javacode) morfeusz::Morfeusz %{ |
37 | 37 | |
38 | - public List<MorphInterpretation> analyzeAsList(String text) { | |
38 | + public List<MorphInterpretation> analyze(String text) { | |
39 | 39 | InterpsList res = new InterpsList(); |
40 | 40 | analyze(text, res); |
41 | 41 | return res; |
... | ... |