universal_bot
Version:
Taking the principles of aiml - but allowing a dynamic and extendable *.js environment
33 lines • 623 B
JSON
[
{
"word": "my",
"type": "first_person_singular"
},
{
"word": "your",
"type": "second_person_singular_plural"
},
{
"word": "her",
"type": "third_person_singular",
"gender": "female"
},
{
"word": "his",
"type": "third_person_singular",
"gender": "male"
},
{
"word": "its",
"type": "third_person_singular",
"gender": "neutral"
},
{
"word": "our",
"type": "first_person_plural"
},
{
"word": "their",
"type": "third_person_plural"
}
]