Open dharmeshrchauhan opened 8 years ago
Tried PosUimaTokenizerFactory, which directly gives parts of speech. However as it uses java libraries not available in Android, it did not work.
Found that one of the dependency uimaj-core uses beans.java.Introspector which is not supported in Android, so recompiled uimaj-core after replacing java beans with droid-java-beans.
Another dependency uimafit-core is also using unsupported java beans classes. So trying to recompile uimafit-core after replacing java beans with droid-java-beans. However this is not working, so trying to find solution.
Extract parts of speech like nouns, verbs etc from given text in Android app through DL4J framework.