Skip to content

jbfiot/AsianWordAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsianWordAnalyzer

Build Status Coverage Status

Tool to "hack" Asian languages and discover related words.

Designed by language learners for language learners.

Supported languages:

  • Korean
  • Thai

Installation notes for developers

Here is an example to install local version of the AsianWordAnalyzer.

  • Git clone AsianWordAnalyzer

  • Install apache2, activate cgi, configure (typical configuration below, /etc/apache2/sites-enabled/000-default.conf on linux), and restart

<VirtualHost *:80>
    ServerAdmin webmaster@localhost
    DocumentRoot /home/jbfiot/source/AsianWordAnalyzer/asian_word_analyzer
    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

<Directory /home/jbfiot/source/AsianWordAnalyzer/asian_word_analyzer/>
    Options +ExecCGI
    IndexOptions +Charset=UTF-8
    AddHandler cgi-script .py
    Require all granted
</Directory>
  • Install python and required packages

Run

  • Open http://localhost/awa.py in your browser

About

Tool to "hack" Asian languages and discover related words. Designed by language learners for language learners.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published