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

License

NotificationsYou must be signed in to change notification settings

tuem/resembla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Candidate elimination using N-gram index and bit-parallel edit distance computation
  • Word, kana and romaji-based edit distance variables and their ensemble
  • Support vector regression with linguistic features

Requirements

Other included libraries

Running example

  • install MeCab, LIBSVM, ICU and a C++11 compiler

    • if you use CentOS 7, seeWiki
  • clone, build and install Resembla

cd /var/tmpgit clone https://github.com/tuem/resembla.gitcd resembla/srcmakesudo make installcd executablemakesudo make install#optionalcd /var/tmp/resembla/misc/mecab_dic/unidic/./install-unidic.shcd /var/tmp/resembla/misc/mecab_dic/mecab-unidic-neologd/./install-mecab-unidic-neologd.sh
  • run with example files
# on src/executable./resembla_index -c ../../example/conf/name.json./resembla_cli -c ../../example/conf/name.json# input some names like 'タケダ'./resembla_index -c ../../example/conf/address.json./resembla_cli -c ../../example/conf/address.json# input some addresses like '京都北区'# you may need to run install-unidic.sh or edit configuration file./resembla_index -c ../../example/conf/apple.json./resembla_cli -c ../../example/conf/apple.json# input some sentences like 'りんごおいしくねえ'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp