Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Analyzer module for QueryFly.

NotificationsYou must be signed in to change notification settings

JuhoKang/queryfly-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 aQuestion/Reply(Q/R) format. It aims to parse any kind of text data which is in theQ/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


[8]ページ先頭

©2009-2025 Movatter.jp