All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eb.elk.elk-reasoner.0.4.1.source-code.elk.properties Maven / Gradle / Ivy

There is a newer version: 0.4.3
Show newest version
#@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=




© 2015 - 2024 Weber Informatics LLC | Privacy Policy