An open API service indexing awesome lists of open source software.

https://github.com/nixon-voxell/unitynlpexamples

UnityNLP examples.
https://github.com/nixon-voxell/unitynlpexamples

natural-language-processing natural-language-understanding nlp unity3d

Last synced: 7 months ago
JSON representation

UnityNLP examples.

Awesome Lists containing this project

README

          

# Unity NLP Examples

NLP Examples showcasing the [UnityNLP](https://github.com/voxell-tech/UnityNLP) package. UnityNLP is based on an open source NLP project called [OpenNLP](https://archive.codeplex.com/?p=sharpnlp).

## Installation

1. Do a recursive clone to clone all submodules together.
2. Download all [essential models](https://drive.google.com/file/d/19bD2h0LBIArczYtQMHuoqdNRuUZrWdOX/view?usp=sharing) and import them into the project.
3. Place the models in the StreamingAssets folder.
4. And you are ready to go!

Refer to [UnityNLP](https://github.com/voxell-tech/UnityNLP) repository for more info.