Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 745 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 745 Bytes

Sengon Project

This is an indonesian sentiment analysis project written in java, used for my master degree experiment. this project build using maven and contains several libraries such as OpenNLP, Apache Lucene, and Language Detector

Prerequisites:

Usage

clone and install this project to your system

    mvn clean install

add this project as dependency of your project

<dependency>
        <groupId>com.masasdani</groupId>
        <artifactId>sengon</artifactId>
        <version>0.0.1</version>
    </dependency>