- Notifications
You must be signed in to change notification settings - Fork5
License
NotificationsYou must be signed in to change notification settings
tuem/resembla
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- 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
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published