Hi,
I have found a couple of executable jar files for pre-processing of Turkish texts. Is there any way to implement these jar files into knime?
Please take into consideration I am non-coder.
thanks in advance.
Bora
Hi,
I have found a couple of executable jar files for pre-processing of Turkish texts. Is there any way to implement these jar files into knime?
Please take into consideration I am non-coder.
thanks in advance.
Bora
I am not sure how those .jars work. I would use them with Java Snippets, but probably for you the External Tools nodes are better fit (with a command like: /path/to/java -jar your.jar arguments.).