I am new to OpenNLP and have used it to get some parsing sentences.
I saw in Google TensorFlow youtube videos that the Penn Treebank is old and sort of outdated. They have made another parsing model named SyntaxNet available as Open Source.
My question is that is it possible to use SyntaxNet Models in Apache OpenNLP libraries.
SyntaxNet is a part of TensorFlow repo in git and is Python based. I am a Java Developer.
Thanks in Advance.