Skip to content

100paperkite/typeahead-kor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typeahead-kor

API for Autocomplete system by flask

python >= 3.6

Set Up

make clean
# virtual environment
make venv
workon typeahead-kor
make install

Make word count

make word_count input_path=[INPUT_DATA_FILE] output_path=[OUTPUT_WORDCOUNT_FILE]

Make index

make index input_path=[INPUT_DATA_FILE] output_path=[OUTPUT_WORDCOUNT_FILE] \
                  max_prefix_size=[PREFIX_SIZE] max_heap_size=[HEAP_SIZE]

Run API server

make run PORT=[PORT_NUM]

About

Typeahead(Autocomplete) system for Korean & English

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published