PakistaniDenzel
Results
2
issues of
PakistaniDenzel
``` for (CoreMap entityMention : sentence.get(CoreAnnotations.MentionsAnnotation.class)) { System.out.print(entityMention.get(CoreAnnotations.NamedEntityTagAnnotation.class)); } ``` Only prints NAME, ORG, LOC My regexner have other entity tag
Is it possible to set Tanimoto threshold in sub/sturcture search?