Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NAFfilter is forced disabled in AnnotationPipeline (FolderOrchestrator) #7

Open
rospocher opened this issue Feb 15, 2017 · 0 comments
Assignees
Labels

Comments

@rospocher
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants