├── .gitignore ├── LICENSE ├── README.md └── dataset.jpg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limanwang/LangTool/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limanwang/LangTool/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # LangTool -------------------------------------------------------------------------------- /dataset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limanwang/LangTool/HEAD/dataset.jpg --------------------------------------------------------------------------------