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

resources.wrappers.FileJsonKeras.apply.cmd Maven / Gradle / Ivy

Go to download

A GATE plugin that provides many different machine learning algorithms for a wide range of NLP-related machine learning tasks like text classification, tagging, or chunking.

There is a newer version: 4.2
Show newest version
@ECHO OFF

if "x%WRAPPER_HOME%"=="x" (
  set WRAPPER_HOME=%~dp0
)
SET model=%1
shift

: create var with remaining arguments
set r=%1
:loop
shift
if "x%1"=="x" goto done
set r=%r% %1
goto loop
:done

if "x%PYTHON_BIN%"=="x" (
  set PYTHON_BIN="%HOMEDRIVE%""%HOMEPATH%"\Miniconda3\python.exe
)
%PYTHON_BIN% %WRAPPER_HOME%\apply.py %model% %r%





© 2015 - 2024 Weber Informatics LLC | Privacy Policy