universal_bot
Version:
Taking the principles of aiml - but allowing a dynamic and extendable *.js environment
48 lines • 1.24 kB
JSON
[
{
"start": 0,
"type": "subject",
"elements": [
{
"type": "subject",
"item": {
"word": "i",
"type": "pronoun",
"pronoun": {
"word": "i",
"type": "first person singular",
"grammar": "subject"
},
"position": 0
}
}
]
},
{
"start": 1,
"type": "predicate",
"elements": [
{
"type": "predicate",
"item": {
"word": "have",
"type": "auxiliary"
}
},
{
"type": "predicate",
"item": {
"word": "thoroughly",
"type": "adjective",
"adjective": {
"word": "thoroughly",
"sentiment": [
"positive_emotion"
],
"adjective": "thorough"
}
}
}
]
}
]