[
https://issues.apache.org/jira/browse/OPENNLP-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972236#action_12972236
]
James Kosin commented on OPENNLP-44:
------------------------------------
Jorn,
I use something like this....
@echo off
set JAVA_CMD=java -classpath
.\dist\lib;.\dist\lib\jwnl-1.4_rc3.jar;.\dist\lib\opennlp-maxent-3.0.1-SNAPSHOT.jar;.\dist\lib\opennlp-tools-1.5.1-SNAPSHOT.jar
%JAVA_CMD% opennlp.tools.cmdline.CLI %*
set JAVA_CMD=
James
> Add an bin/opennlp.bat start file for windows users
> ---------------------------------------------------
>
> Key: OPENNLP-44
> URL: https://issues.apache.org/jira/browse/OPENNLP-44
> Project: OpenNLP
> Issue Type: Improvement
> Components: Command Line Interface
> Reporter: Jörn Kottmann
>
> There should be an opennlp.bat file to start opennlp the same way on windows
> as the "bin/opennlp" shell script on unix like systems does.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.