├── LICENSE ├── Readme.md ├── __init__.py ├── complex_verb.txt ├── main.py ├── original_userdic.txt ├── proper_noun.txt ├── restoration.py └── util.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn-hong/ko_restoration/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn-hong/ko_restoration/HEAD/Readme.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn-hong/ko_restoration/HEAD/__init__.py -------------------------------------------------------------------------------- /complex_verb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn-hong/ko_restoration/HEAD/complex_verb.txt -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn-hong/ko_restoration/HEAD/main.py -------------------------------------------------------------------------------- /original_userdic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn-hong/ko_restoration/HEAD/original_userdic.txt -------------------------------------------------------------------------------- /proper_noun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn-hong/ko_restoration/HEAD/proper_noun.txt -------------------------------------------------------------------------------- /restoration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn-hong/ko_restoration/HEAD/restoration.py -------------------------------------------------------------------------------- /util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn-hong/ko_restoration/HEAD/util.py --------------------------------------------------------------------------------