Currently it's a buggy prototype!
queryfly-analyzer is a web server which analyzes input data based on a Question/Reply(Q/R) format. It aims to parse any kind of text data which is in the Q/R format. More than parsing, it will try to mix up similar data and give reliable mixed data. Currently it only aims to analyze Korean texts.
git clone
this repository.- Install MongoDB and run it with default settings.
- Install arirang dependencies
mvn install:install-file -Dfile=src/main/resources/arirang.lucene-analyzer-6.1-1.0.0.jar -DgroupId=arirang -DartifactId=arirang.analyzer -Dversion=6.1 -Dpackaging=jar
mvn install:install-file -Dfile=src/main/resources/arirang-morph-1.0.3.jar -DgroupId=arirang -DartifactId=arirang.morph -Dversion=1.0.3 -Dpackaging=jar
- Run queryfly-analyzer
mvn clean install exec:java -Dexec.mainClass="kr.ec.queryfly.analyzer.main.ApplicationMain"
- Read API spec doc
https://docs.google.com/document/d/1V9O-RYaYt1RX4b96pMbf-Pa1-kGa4706fS36imVE2Hc/edit?usp=sharing