Hans Brende created ANY23-332: --------------------------------- Summary: Plugin-specific properties shouldn't be declared in default-configuration.properties? Key: ANY23-332 URL: https://issues.apache.org/jira/browse/ANY23-332 Project: Apache Any23 Issue Type: Bug Affects Versions: 2.1 Reporter: Hans Brende
I noticed that one of the properties in the {{default-configuration.properties}} file is called "{{any23.extraction.openie.confidence.threshold}}". However, given that OpenIE is a dynamically-loaded plugin (not part of the core module), it doesn't make sense to me to have OpenIE-specific properties declared in the default-configuration file in the *api* module (it also shows up in IntelliJ as being the only "unused" property in the config file). It might make more sense to have a separate OpenIE-specific configuration file declared in the OpenIE plugin jar, and then that file would be appended to the api default-configuration file when doing OpenIE stuff. Thoughts? -- This message was sent by Atlassian JIRA (v7.6.3#76005)