eb.elk.elk-reasoner.0.4.1.source-code.elk.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elk-reasoner Show documentation
Show all versions of elk-reasoner Show documentation
ELK consequence-based reasoning engine
#@author Pavel Klinov, [email protected]
#Use this file to set configuration properties for the ELK reasoner.
#Specifies the number of "workers", i.e. threads which will concurrently perform reasoning tasks,
#such as classification. The default value corresponds to the number of processors available to JVM.
#elk.reasoner.number_of_workers=
#Specifies whether ELK should ignore unsupported OWL constructs or throw an exception.
#Possible value: IGNORE, THROW_EXCEPTION
#The default value is IGNORE which means that it will simply print warnings to the log file.
#NOT YET SUPPORTED BY THE REASONING CORE
#elk.reasoner.unsupported_feature_treatment=