├── .gitignore ├── LICENSE ├── README.md ├── eval.py └── parse.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/icoxfog417/fastTextJapaneseTutorial/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/icoxfog417/fastTextJapaneseTutorial/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/icoxfog417/fastTextJapaneseTutorial/HEAD/README.md -------------------------------------------------------------------------------- /eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/icoxfog417/fastTextJapaneseTutorial/HEAD/eval.py -------------------------------------------------------------------------------- /parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/icoxfog417/fastTextJapaneseTutorial/HEAD/parse.py --------------------------------------------------------------------------------