├── README.md ├── aspell-manchu ├── .gitignore ├── Copyright ├── README.md ├── info ├── mnc.dat ├── mnc.wl ├── mnc_affix.dat └── proc ├── doc └── how-to-create-new-aspell-dict-ko.md └── hunspell-manchu ├── README.md ├── mnc-latin.aff ├── mnc-latin.dic └── sample.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youhyunjo/manchu-spell/HEAD/README.md -------------------------------------------------------------------------------- /aspell-manchu/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youhyunjo/manchu-spell/HEAD/aspell-manchu/.gitignore -------------------------------------------------------------------------------- /aspell-manchu/Copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youhyunjo/manchu-spell/HEAD/aspell-manchu/Copyright -------------------------------------------------------------------------------- /aspell-manchu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youhyunjo/manchu-spell/HEAD/aspell-manchu/README.md -------------------------------------------------------------------------------- /aspell-manchu/info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youhyunjo/manchu-spell/HEAD/aspell-manchu/info -------------------------------------------------------------------------------- /aspell-manchu/mnc.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youhyunjo/manchu-spell/HEAD/aspell-manchu/mnc.dat -------------------------------------------------------------------------------- /aspell-manchu/mnc.wl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youhyunjo/manchu-spell/HEAD/aspell-manchu/mnc.wl -------------------------------------------------------------------------------- /aspell-manchu/mnc_affix.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youhyunjo/manchu-spell/HEAD/aspell-manchu/mnc_affix.dat -------------------------------------------------------------------------------- /aspell-manchu/proc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youhyunjo/manchu-spell/HEAD/aspell-manchu/proc -------------------------------------------------------------------------------- /doc/how-to-create-new-aspell-dict-ko.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youhyunjo/manchu-spell/HEAD/doc/how-to-create-new-aspell-dict-ko.md -------------------------------------------------------------------------------- /hunspell-manchu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youhyunjo/manchu-spell/HEAD/hunspell-manchu/README.md -------------------------------------------------------------------------------- /hunspell-manchu/mnc-latin.aff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youhyunjo/manchu-spell/HEAD/hunspell-manchu/mnc-latin.aff -------------------------------------------------------------------------------- /hunspell-manchu/mnc-latin.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youhyunjo/manchu-spell/HEAD/hunspell-manchu/mnc-latin.dic -------------------------------------------------------------------------------- /hunspell-manchu/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youhyunjo/manchu-spell/HEAD/hunspell-manchu/sample.txt --------------------------------------------------------------------------------