in AnnotationPipeline.java:
[902,906]
try {
NAFFilter.builder(false)
.withTermSenseCompletion(true).withSRLRoleLinking(false, false)
.withOpinionLinking(false, false).build()
.filter(NAFdocument);
all NAFfilters are forced disabled when calling FolderOrchestrator... should read properties from property file or use defaults.
in AnnotationPipeline.java:
[902,906]
try {
NAFFilter.builder(false)
.withTermSenseCompletion(true).withSRLRoleLinking(false, false)
.withOpinionLinking(false, false).build()
.filter(NAFdocument);
all NAFfilters are forced disabled when calling FolderOrchestrator... should read properties from property file or use defaults.