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.
- Host: GitHub
- URL: https://github.com/nixon-voxell/unitynlpexamples
- Owner: nixon-voxell
- Created: 2021-08-03T09:08:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T03:21:32.000Z (about 3 years ago)
- Last Synced: 2025-01-12T07:36:14.510Z (9 months ago)
- Topics: natural-language-processing, natural-language-understanding, nlp, unity3d
- Language: C#
- Homepage: https://unitynlp.readthedocs.io/
- Size: 104 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.