-
Notifications
You must be signed in to change notification settings - Fork 1
How_to_install_EN
Olanto Foundation edited this page May 25, 2018
·
6 revisions
This page must be translated into English (or reviewed). Use French pages model. Thank you for your contributions
Manage the environment
myCLASS is a classification engine. It does not have a graphical interface of its own. To adapt and create training corpuses, you have to program. Our choice is to use a programming environment to test, train and integrate the classifier into a WebService. The whole project is written in java.
prerequisite
- have installed the java JDK (minimum version 7)
- have an IDE installed (NetBeans or Eclipse)
resource
- download or clone the resource MYCLASS from Github
MYCLASS contains the following folders:
- config: the configuration file
- prog: the folder of java projects
- ToUnZipIntoMYCLASS_MODEL: the data folder of the examples (to unzip)
The simplified installation consists in putting
for Windows:
- C:/MYCLASS
- C:/MYCLASS_MODEL
for Linux:
- /home/olanto/MYCLASS
- /home/olanto/MYCLASS_MODEL
By default, the examples are configured for these paths.
Finally, you have to import projects from the prog folder into the development environment.

Ready to experiment! >> Use