├── .gitignore ├── CHANGELOG ├── LICENSE ├── LICENSE-dict ├── LICENSE-thes ├── META-INF └── manifest.xml ├── README ├── README_ms_MY.txt ├── assets └── dbp.jpg ├── description.xml ├── dictionaries.xcu ├── ms_MY.aff ├── ms_MY.dic └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syafiqhadzir/hunspell-ms/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syafiqhadzir/hunspell-ms/HEAD/CHANGELOG -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syafiqhadzir/hunspell-ms/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE-dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syafiqhadzir/hunspell-ms/HEAD/LICENSE-dict -------------------------------------------------------------------------------- /LICENSE-thes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syafiqhadzir/hunspell-ms/HEAD/LICENSE-thes -------------------------------------------------------------------------------- /META-INF/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syafiqhadzir/hunspell-ms/HEAD/META-INF/manifest.xml -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syafiqhadzir/hunspell-ms/HEAD/README -------------------------------------------------------------------------------- /README_ms_MY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syafiqhadzir/hunspell-ms/HEAD/README_ms_MY.txt -------------------------------------------------------------------------------- /assets/dbp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syafiqhadzir/hunspell-ms/HEAD/assets/dbp.jpg -------------------------------------------------------------------------------- /description.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syafiqhadzir/hunspell-ms/HEAD/description.xml -------------------------------------------------------------------------------- /dictionaries.xcu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syafiqhadzir/hunspell-ms/HEAD/dictionaries.xcu -------------------------------------------------------------------------------- /ms_MY.aff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syafiqhadzir/hunspell-ms/HEAD/ms_MY.aff -------------------------------------------------------------------------------- /ms_MY.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syafiqhadzir/hunspell-ms/HEAD/ms_MY.dic -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/syafiqhadzir/hunspell-ms/HEAD/package.json --------------------------------------------------------------------------------