Check if a token is a name

This commit is contained in:
2023-03-20 18:48:55 -06:00
parent 91eb24e6f0
commit c17eed4c06
7 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"main": "bad_nlp.Main",
"name": "bad-nlp",
"description": "",
"classPath": "src/",
"dependencies": {
"kiss": "",
"yaml": ""
},
"url": "https://github.com/NQNStudios/kisslang",
"contributors": [
"NQNStudios"
],
"version": "0.0.0",
"releasenote": "",
"tags": [],
"license": "LGPL"
}