Skip to content

NAFfilter is forced disabled in AnnotationPipeline (FolderOrchestrator) #7

@rospocher

Description

@rospocher

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions