Hi,
> On 7. Mar 2022, at 07:50, Ira Teh <
irat...@gmail.com> wrote:
>
> Managed to follow the link you had sent me till the creation of a settings.properties file. However, I am unable to input the "recommender.string-matching.relation.enabled=true" in my command prompt as it returns with 'recommender.string-matching.relation.enabled' is not recognized as an internal or external command,
> operable program or batch file. . Pardon me for my lack of knowledge in this aspect, but is this due to the difference in OS? I am currently on Windows command prompt. Looking forward to your reply and thanks for the help!
You would have to use a text editor to create the `settings.properties` file in the documented location and
then add the line into that file and save it - make sure the editor does not add a (hidden) ".txt" extension
to the file. After that, you would start INCEpTION again.
Alternatively, you can try starting INCEpTION from the command prompt using a line like:
java -Drecommender.string-matching.relation.enabled=true -jar inceptionXXX.jar
replacing "inceptionXXX.jar" with the actual name of the JAR file you are using.
-- Richard