I'm working on a new node to use a German NER tagger. Therefore I started by creating a new project with the SDK (eclipse Indigo) and tried to use the current Stanford libraries like stanford-ner-3.5.2.jar. But there is a problem with recognizing all the needed classes in this jar file. This doesn't happen when using a newer eclipse version or netbeans.
So when are you upgrading the eclipse version for KNIME?
I just added the library to the project. Doing this in the current eclipse version works fine, dong this in eclipse 3.7.x will result in not being able to use certain methods of this library because they were compiled using Java 8 which is not possible to use with eclipse 3.7.x. So I stopped right there and switched to old Stanford libraries which do not contain all the nice methods of the current version.