Skip to content

JuhoKang/queryfly-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

queryfly-analyzer

Analyzer module for QueryFly.

Currently it's a buggy prototype!

What is queryfly-analyzer?

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.

alt text

Running queryfly-analyzer

  1. git clone this repository.
  2. Install MongoDB and run it with default settings.
  3. Install arirang dependencies
  4. 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
  5. 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
  6. Run queryfly-analyzer
  7. mvn clean install exec:java -Dexec.mainClass="kr.ec.queryfly.analyzer.main.ApplicationMain"

Usage, How To

  • Read API spec doc

API spec doc

https://docs.google.com/document/d/1V9O-RYaYt1RX4b96pMbf-Pa1-kGa4706fS36imVE2Hc/edit?usp=sharing

This project is based on

About

Analyzer module for QueryFly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages