Yoko v0.2

The thoughtful little chatbot
All sections are dynamically generated from Yoko data - please be patient for loading!

Part-of-speech (POS) tagging

Little experiment, taking Brill's POS algorithm in PHP from this article, using the Brown Corpus. Not used anywhere in Yoko's parser yet for now, but may come in handy some day.

Phrase to tag:
(leave blank to tag latest visitor chat phrases)

Phrase patterns Yoko understands

Yoko currently understands:

Note that this does not include things that can be parsed by current plugins. For example, she will reply to questions about the meaning of like with the number 42.

More on Yoko and language.

Statement patterns (158)

[instance]'s [classmember] [performedanaction] [atsometime]
Category: stuffhappening
Example: Wouter's cat died today try it
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_DID_EVENT
[instance]'s [classmember] [performedanaction]
Category: stuffhappening
Example: Wouter's cat meowed try it
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_DID_EVENT
[instance] [performedanaction]
Category: stuffhappening
Example: Snuggles meowed try it
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_DID_EVENT
[instance] [performsanaction]s
Category: stuffhappening
Example: Snuggles meows try it
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_DID_EVENT
[instance] [performedanaction] [atsometime]
Category: stuffhappening
Example: Snuggles died today try it
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_DID_EVENT
[instance] [performsanaction] [with/to/in/...] [otherinstance]
Category: stuffhappening
Example: Yoko talks with Wouter try it
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_DID_EVENT
[instance] [performedanaction] [with/to/in/...] [otherinstance]( [atsometime])?
Category: stuffhappening
Example: Yoko talked with Wouter try it
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_DID_EVENT
[instance] is feeling [insomemood]
Category: stuffhappening
Example: Snuggles is happy try it
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_HAS_MOOD_TOWARDS_NOTHING
[instance] is not feeling [insomemood]
Category: stuffhappening
Example: Yoko is not angry try it
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_HAS_MOOD_TOWARDS_NOTHING
[instance] wants to [performanaction]
Category: stuffhappening
Example: Snuggles wants to play try it
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_HAS_MOOD_TOWARDS_EVENT
[instance] would like to [performanaction]
Category: stuffhappening
Example: Snuggles wants to play try it
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_HAS_MOOD_TOWARDS_EVENT
[instance] is annoyed at [otherinstance]
Category: stuffhappening
Example: Snuggles is annoyed at Yoko try it
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_HAS_MOOD_TOWARDS_INSTANCE
[instance] is scared of [otherinstance]
Category: stuffhappening
Example: Snuggles is scared of Tom try it
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_HAS_MOOD_TOWARDS_INSTANCE
where does [instance] [performanaction] [with/to/in/...]
Category: actionsandevents
Example: where does Yoko go to? try it
Meaning: QUESTION_ACTIONSEVENTS_WHERE_DOES_INSTANCE_DO_ACTION
where does [instance] [performanaction]
Category: actionsandevents
Example: where does Yoko live? try it
Meaning: QUESTION_ACTIONSEVENTS_WHERE_DOES_INSTANCE_DO_ACTION
what can [instance] do
Category: actionsandevents
Example: what can Snuggles do? try it
Meaning: QUESTION_ACTIONSEVENTS_WHICH_ACTIONS_HAS_INSTANCE
what is [instance] doing
Category: actionsandevents
Example: what is Yoko doing try it
Meaning: QUESTION_ACTIONSEVENTS_ASK_ABOUT_CURENT_INSTANCE_EVENT
(do|can) [classmembers] [performanaction]
Category: actionsandevents
Example: do cats meow? try it
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can [classmembers] [performanaction]
Category: actionsandevents
Example: can cats meow? try it
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can [classmembers] be [performedanaction]
Category: actionsandevents
Example: can pizzas be eaten? try it
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can [classmembers] [performanaction] [otherclassmembers]
Category: actionsandevents
Example: can people eat pancakes? try it
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can [classmembers] [performanaction]
Category: actionsandevents
Example: can cats meow? try it
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can [classmembers] [performanaction] a [otherclassmember]
Category: actionsandevents
Example: can people play an instrument? try it
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can a [classmember] be [something]
Category: actionsandevents
Example: can an instrument be played? try it
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can a [classmember] [performanaction]
Category: actionsandevents
Example: can a cat meow? try it
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can [instance] [performanaction] a [classmember]
Category: actionsandevents
Example: can Snuggles catch a mouse? try it
Meaning: QUESTION_ACTIONSEVENTS_HAS_INSTANCE_ACTION
(can|does) [instance] [something]
Category: actionsandevents
Example: does Snuggles meow? try it
Meaning: QUESTION_ACTIONSEVENTS_HAS_INSTANCE_ACTION
name (a|1) [classmember]
Category: onthology
Example: name an animal try it
Meaning: QUESTION_ONTHOLOGY_LIST_ITEMS_OF_CLASS
name [number] [classmembers]
Category: onthology
Example: name 5 animals try it
Meaning: QUESTION_ONTHOLOGY_LIST_ITEMS_OF_CLASS
name (some)? [classmembers]
Category: onthology
Example: name some bands try it
Meaning: QUESTION_ONTHOLOGY_LIST_ITEMS_OF_CLASS
what [classmembers] does Yoko know
Category: onthology
Example: what bands do you know? try it
Meaning: QUESTION_ONTHOLOGY_LIST_ITEMS_OF_CLASS
does Yoko know (any) [classmembers]
Category: onthology
Example: do you know any bands? try it
Meaning: QUESTION_ONTHOLOGY_LIST_ITEMS_OF_CLASS
is [instance] a [classmember]
Category: onthology
Example: is Snuggles a cat? try it
Meaning: QUESTION_ONTHOLOGY_HAS_CLASS_INSTANCE
are the [instance] a [classmember]
Category: onthology
Example: are the united states a country? try it
Meaning: QUESTION_ONTHOLOGY_HAS_CLASS_INSTANCE
are [classmembers] [otherclassmembers]
Category: onthology
Example: are cats animals? try it
Meaning: QUESTION_ONTHOLOGY_HAS_CLASS_PARENTCLASS
is a [classmember] (a|a type of) [otherclassmember]
Category: onthology
Example: is water a liquid? try it
Meaning: QUESTION_ONTHOLOGY_HAS_CLASS_PARENTCLASS
is [instance] [something]
Category: onthology
Example: is Snuggles grey? try it
Meaning: QUESTION_ONTHOLOGY_HAS_INSTANCE_PROPERTYVALUE
are the [instance] [something]
Category: onthology
Example: is the Rolling Stones famous? try it
Meaning: QUESTION_ONTHOLOGY_HAS_INSTANCE_PROPERTYVALUE
what is a [classmember]
Category: onthology
Example: what is a cat? try it
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_CLASS
what are [classmembers]
Category: onthology
Example: what are cats? try it
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_CLASS
what does Yoko know about [subphrase]
Category: onthology
Example: what do you know about red wine? try it
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_CLASS
what does Yoko know about [classmembers]
Category: onthology
Example: what do you know about cats? try it
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_CLASS
does Yoko know what [classmembers] are
Category: onthology
Example: do you know what cats are? try it
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_CLASS
REMOVED_UNTIL_I_UNDERSTAND_THIS_AGAIN who is [subphrase]
Category: onthology
Example: who is Albert Einstein? try it
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_INSTANCE
who is [instance]
Category: onthology
Example: who is Snuggles? try it
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_INSTANCE
tell [instance] (something)? about [otherinstance]
Category: onthology
Example: tell me about yourself try it
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_INSTANCE
REMOVED_UNTIL_I_UNDERSTAND_THIS_AGAIN what is [subphrase]
Category: onthology
Example: what is South America? try it
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_INSTANCE
does Yoko know [instance]
Category: onthology
Example: do you know Wouter? try it
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_INSTANCE
does Yoko know who [instance] is
Category: onthology
Example: do you know who Barack Obama is? try it
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_INSTANCE
is a [classmember] [something]
Category: onthology
Example: is a cat small? try it
Meaning: QUESTION_ONTHOLOGY_HAS_CLASS_PROPERTYVALUE
are [classmembers] [something]
Category: onthology
Example: are cats small? try it
Meaning: QUESTION_ONTHOLOGY_HAS_CLASS_PROPERTYVALUE
what is the [something] of a [classmember]
Category: onthology
Example: what is the size of a cat? try it
Meaning: QUESTION_ONTHOLOGY_ASK_ABOUT_VALUE_OF_CLASS_PROPERTY
what is the [something] of [somethings]
Category: onthology
Example: what is the color of a banana? try it
Meaning: QUESTION_ONTHOLOGY_ASK_ABOUT_VALUE_OF_CLASS_PROPERTY
what [something] do [somethings] have
Category: onthology
Example: what color do bananas have? try it
Meaning: QUESTION_ONTHOLOGY_ASK_ABOUT_VALUE_OF_CLASS_PROPERTY
what [something] does a [classmember] have
Category: onthology
Example: what color does a banana have? try it
Meaning: QUESTION_ONTHOLOGY_ASK_ABOUT_VALUE_OF_CLASS_PROPERTY
where is [instance] from
Category: onthology
Example: where are you from? try it
Meaning: QUESTION_ONTHOLOGY_ASK_ABOUT_VALUE_OF_INSTANCE_PROPERTY
what is [instance]'s [property]?
Category: onthology
Example: what is Wouter's age? try it
Meaning: QUESTION_ONTHOLOGY_ASK_ABOUT_VALUE_OF_INSTANCE_PROPERTY
how [something] is [instance]
Category: onthology
Example: how old are you? try it
Meaning: QUESTION_ONTHOLOGY_WHICH_AMOUNT_OF_PROPERTYVALUE_HAS_INSTANCE
is [instance] [otherinstance]'s [classmember]
Category: relations
Example: is Brussel Belgium's capital? try it
Meaning: QUESTION_RELATIONS_DOES_INSTANCE_POSSESS_INSTANCE
does [instance] have (any) [classmembers]
Category: relations
Example: does Belgium have cities? try it
Meaning: QUESTION_RELATIONS_DOES_INSTANCE_POSSESS_CLASS
do [classmembers] have [otherclassmembers]
Category: relations
Example: do cars have wheels? try it
Meaning: QUESTION_RELATIONS_DOES_CLASS_POSSESS_CLASS
does a [classmember] have a [otherclassmember]
Category: relations
Example: does a car have a roof? try it
Meaning: QUESTION_RELATIONS_DOES_CLASS_POSSESS_CLASS
do [classmembers] have a [otherclassmember]
Category: relations
Example: do cars have a roof? try it
Meaning: QUESTION_RELATIONS_DOES_CLASS_POSSESS_CLASS
who is the [classmember] of [instance]
Category: relations
Example: who is the cat of Yoko try it
Meaning: QUESTION_RELATIONS_WHICH_INSTANCE_OF_CLASS_DOES_INSTANCE_POSSESS
who is [instance]'s [classmember]
Category: relations
Example: who is Yoko's cat try it
Meaning: QUESTION_RELATIONS_WHICH_INSTANCE_OF_CLASS_DOES_INSTANCE_POSSESS
what is [instance]'s [classmember]'s name
Category: relations
Example: who is Yoko's cat try it
Meaning: QUESTION_RELATIONS_WHICH_INSTANCE_OF_CLASS_DOES_INSTANCE_POSSESS
what are [instance]'s [instances]
Category: relations
Example: what are Yoko's hobbies? try it
Meaning: QUESTION_RELATIONS_WHICH_INSTANCE_OF_CLASS_DOES_INSTANCE_POSSESS
does [instance] [havepreferencetowards] [performinganaction]
Category: preferences
Example: do you like dancing? try it
Meaning: QUESTION_PREFERENCES_DOES_INSTANCE_HAVE_PREFERENCE
does [instance] [havepreferencetowards] to [performanaction]
Category: preferences
Example: do you like to sing? try it
Meaning: QUESTION_PREFERENCES_DOES_INSTANCE_HAVE_PREFERENCE
does [instance] [havepreferencetowards] [otherinstance]
Category: preferences
Example: do you like Snuggles? try it
Meaning: QUESTION_PREFERENCES_DOES_INSTANCE_HAVE_PREFERENCE
does [instance] [havepreferencetowards] [classmembers]
Category: preferences
Example: do you like cats? try it
Meaning: QUESTION_PREFERENCES_DOES_INSTANCE_HAVE_PREFERENCE
how does [instance] (feel about|like) [classmembers]
Category: preferences
Example: how do you feel about cats? try it
Meaning: QUESTION_PREFERENCES_WHICH_PREFERENCE_HAS_INSTANCE
how does [instance] (feel about|like) [otherinstance]
Category: preferences
Example: how do you feel about Snuggles? try it
Meaning: QUESTION_PREFERENCES_WHICH_PREFERENCE_HAS_INSTANCE
how does [instance] (feel about|like) [performinganaction]
Category: preferences
Example: how do you feel about singing? try it
Meaning: QUESTION_PREFERENCES_WHICH_PREFERENCE_HAS_INSTANCE
who is [instance]'s favorite [classmember]
Category: preferences
Example: who is Yoko's favorite band try it
Meaning: QUESTION_PREFERENCES_ASK_ABOUT_INSTANCES_FAVORITE_FROM_CLASS
what (stuff|kinda things|things)? does [instance] [haspreferencetowards]
Category: preferences
Example: what does Wouter like? try it
Meaning: QUESTION_PREFERENCES_LIST_INSTANCE_PREFERENCES
what [instances] does [instance] [haspreferencetowards]
Category: preferences
Example: what bands do you like? try it
Meaning: QUESTION_PREFERENCES_LIST_INSTANCE_PREFERENCES
what does [instance] [haspreferencetowards] doing
Category: preferences
Example: what do you like try it
Meaning: QUESTION_PREFERENCES_LIST_INSTANCE_PREFERENCES
does [instance] [haspreferencetowards] any [somethings]
Category: preferences
Example: do you hate any countries? try it
Meaning: QUESTION_PREFERENCES_LIST_INSTANCE_PREFERENCES
does [instance] [performanaction] [classmembers]
Category: actionsandevents
Example: do you eat bananas? try it
Meaning: QUESTION_ACTIONSEVENTS_DID_EVENT_HAPPEN
does [instance] [performanaction] [with/to/in/...] [classmembers]
Category: actionsandevents
Example: do you talk with cats? try it
Meaning: QUESTION_ACTIONSEVENTS_DID_EVENT_HAPPEN
does [instance] [performanaction] [otherinstance]
Category: actionsandevents
Example: do you feed Snuggles? try it
Meaning: QUESTION_ACTIONSEVENTS_DID_EVENT_HAPPEN
does [instance] [performanaction] [with/to/in/...] [otherinstance]
Category: actionsandevents
Example: do you feed Snuggles? try it
Meaning: QUESTION_ACTIONSEVENTS_DID_EVENT_HAPPEN
who [performedanaction]
Category: actionsandevents
Example: who sneezed? try it
Meaning: QUESTION_ACTIONSEVENTS_WHICH_INSTANCE_DID_ACTION
who [performedanaction] [instance]
Category: actionsandevents
Example: who fed Snuggles try it
Meaning: QUESTION_ACTIONSEVENTS_WHICH_INSTANCE_DID_ACTION
why (not)?
Category: actionsandevents
Example: why? try it
Meaning: QUESTION_ACTIONSEVENTS_WHICH_CAUSE_OF_LAST_STATEMENT
a [classmember] is [something]
Category: onthology
Example: a banana is yellow try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PROPERTY_VALUE
[classmembers] are [something]
Category: onthology
Example: cats are small try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PROPERTY_VALUE
[subphrase] and [classmembers] are [otherclassmembers]
Category: onthology
Example: cats,dogs,birds and horses are animals try it
Meaning: STATEMENT_ONTHOLOGY_CLASSES_HAVE_PARENT_CLASS
a [classmember] is a [otherclassmember]
Category: onthology
Example: a dog is an animal try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PARENT_CLASS
a [classmember] is a [something] [otherclassmember]
Category: onthology
Example: a dog is a small animal try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PARENT_CLASS
[classmembers] are [otherclassmembers]
Category: onthology
Example: dogs are animals try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PARENT_CLASS
[classmember] is a type of [otherclassmember]
Category: onthology
Example: wine is a type of drink try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PARENT_CLASS
[classmembers] are [something] [otherclassmembers]
Category: onthology
Example: novellas are short novels try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PARENT_CLASS
a [classmember] has [property] [something]
Category: onthology
Example: a cat has size small try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PROPERTY_AND_VALUE
[classmembers] have [property] [something]
Category: onthology
Example: villains have character evil try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PROPERTY_AND_VALUE
some [classmembers] have a [something] [property]
Category: onthology
Example: some cars have a green color try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PROPERTY_AND_POSSIBLE_VALUE
a [classmember] has a [property]
Category: onthology
Example: a car has a color try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PROPERTY
[subphrase] and [instance] are [classmembers]
Category: onthology
Example: Paul McCartney, John Lennon, Bob Dylan and Billy Joel are songwriters try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_INSTANCES
[instance] is a [something] [classmember]
Category: onthology
Example: Snuggles is a grey cat try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_INSTANCE
[instance] is a [classmember]
Category: onthology
Example: Snuggles is a cat try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_INSTANCE
the [instance] are a [classmember]
Category: onthology
Example: the beatles are a band try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_INSTANCE
the [instance] are a [something] [classmember]
Category: onthology
Example: the beatles are a rock band try it
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_INSTANCE
property [property] has (possible) values [subphrase]
Category: onthology
Example: property size has possible values tiny, small, large, giant,huge and enormous try it
Meaning: STATEMENT_ONTHOLOGY_PROPERTY_HAS_POSSIBLE_VALUES
property [property] can have (possible) values [subphrase]
Category: onthology
Example: property color can have possible values white, black, grey, green, red, pink, purple, brown, yellow, green and blue try it
Meaning: STATEMENT_ONTHOLOGY_PROPERTY_HAS_POSSIBLE_VALUES
[instance] is [something]
Category: onthology
Example: Snuggles is grey try it
Meaning: STATEMENT_ONTHOLOGY_INSTANCE_HAS_PROPERTY_VALUE
[instance] has [property] [something]
Category: onthology
Example: Yoko has gender feminine try it
Meaning: STATEMENT_ONTHOLOGY_INSTANCE_HAS_PROPERTY_AND_VALUE
[instance] has [property] [number_cardinal] [unit]
Category: onthology
Example: Wouter has height 183 cm try it
Meaning: STATEMENT_ONTHOLOGY_INSTANCE_HAS_PROPERTY_AND_VALUE
[instance]'s [property] is [number_cardinal] [unit]
Category: onthology
Example: Wouter's age is 28 years try it
Meaning: STATEMENT_ONTHOLOGY_INSTANCE_HAS_PROPERTY_AND_VALUE
[instance]'s [property] is [number_cardinal] [unit]
Category: onthology
Example: Wouter's height is 183 cm try it
Meaning: STATEMENT_ONTHOLOGY_INSTANCE_HAS_PROPERTY_AND_VALUE
[performinganaction] is when [classmembers] [performanotheraction] (a) [otherclassmember]
Category: actionsandevents
Example: building is when humans build a building try it
Meaning: STATEMENT_ACTIONSEVENTS_ACTION_IS_HYPOTHETICAL_EVENT
[performinganaction] is when a [classmember] [performsanotheraction] (a) [otherclassmember]
Category: actionsandevents
Example: building is when a person builds a building try it
Meaning: STATEMENT_ACTIONSEVENTS_ACTION_IS_HYPOTHETICAL_EVENT
a [classmember] is when a [otherclassmember] [performsanaction] (a) [yetanotherclassmember]
Category: actionsandevents
Example: a theft is when a thief steals a thing try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_IS_HYPOTHETICAL_EVENT
a [classmember] is when a [otherclassmember] [performsanaction]
Category: actionsandevents
Example: a crash is when a vehicle crashes try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_IS_HYPOTHETICAL_EVENT
a [classmember] is when [otherclassmembers] [performanaction]
Category: actionsandevents
Example: a death is when organisms die try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_IS_HYPOTHETICAL_EVENT
a [classmember] can [performanaction]
Category: actionsandevents
Example: a human can talk try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION
[classmembers] can [performanaction]
Category: actionsandevents
Example: animals can eat try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION
[classmembers] can be [performedanaction]
Category: actionsandevents
Example: fruits can be eaten try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_OBJECT
a [classmember] can [performanaction] [otherclassmembers]
Category: actionsandevents
Example: a monkey can eat bananas try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_OBJECT
[classmembers] can [performanaction] [otherclassmembers]
Category: actionsandevents
Example: monkeys can eat bananas try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_OBJECT
[classmembers] can [performanaction] a [otherclassmember]
Category: actionsandevents
Example: monkeys can eat bananas try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_OBJECT
[classmembers] can [performanaction] [otherclassmembers]
Category: actionsandevents
Example: musicians can play instruments try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_OBJECT
a [classmember] can be [performedanaction]
Category: actionsandevents
Example: a song can be sang try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_PASSIVE_ACTION
you can [performanaction] a [classmember]
Category: actionsandevents
Example: you can peel a banana try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_PASSIVE_ACTION
one can [performanaction] a [classmember]
Category: actionsandevents
Example: one can clean an object try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_PASSIVE_ACTION
[classmembers] can [performanaction] [with/to/in/...] [otherclassmembers]
Category: actionsandevents
Example: people can go to places try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_INDIRECT_OBJECT
[classmembers] can [performanaction] [with/to/in/...] a [otherclassmember]
Category: actionsandevents
Example: people can go to a place try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_INDIRECT_OBJECT
[classmembers] can [performanaction] [with/to/in/...] [otherclassmembers]
Category: actionsandevents
Example: humans can listen to songs try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_INDIRECT_OBJECT
[classmembers] can [performanaction] [with/to/in/...] a [otherclassmember]
Category: actionsandevents
Example: humans can travel to a country try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_INDIRECT_OBJECT
a [classmember] can [performanaction] [with/to/in/...] a [otherclassmember]
Category: actionsandevents
Example: a human can talk with a human try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_INDIRECT_OBJECT
a [classmember] can [performanaction] [with/to/in/...] [otherclassmembers]
Category: actionsandevents
Example: a human can talk to humans try it
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_INDIRECT_OBJECT
(after|when) [classmembers] [performanaction] they [performsanotheraction]
Category: actionsandevents
Example: when humans go they arrive try it
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_EVENT
(after|when) [classmembers] [performanaction] [with/to/in/...] a [otherclassmember] they [performsanotheraction]
Category: actionsandevents
Example: when humans go they arrive try it
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_EVENT
(after|when) a [classmember] [performsanaction] it (usually) [performsanotheraction]
Category: actionsandevents
Example: when a glass drops it usually breaks try it
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_EVENT
(after|when) a [classmember] [performsanaction] a [otherclassmember] it [performsanotheraction]
Category: actionsandevents
Example: when a human drinks a poison it usually dies try it
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_EVENT
(after|when|if) you [performsanaction] a [otherclassmember] it [performsanotheraction]
Category: actionsandevents
Example: when you poison a cat it dies try it
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_EVENT
(after|when|if) you [performsanaction] [with/to/in/...] a [otherclassmember] it [performsanotheraction]
Category: actionsandevents
Example: when you walk in try it
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_EVENT
(after|when) a [classmember] [performsanaction] it (turns|becomes) [something]
Category: actionsandevents
Example: after an organism dies it turns dead try it
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_STATE
(after|when) [classmembers] [performanaction] they (turn|become) [something]
Category: actionsandevents
Example: after organisms die they become dead try it
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_STATE
[classmembers] (always) have a [otherclassmember]
Category: relations
Example: cars always have an engine try it
Meaning: STATEMENT_RELATIONS_CLASS_POSESSES_CLASS
[classmembers] (always) (have|possess) [otherclassmembers]
Category: relations
Example: cars have engines try it
Meaning: STATEMENT_RELATIONS_CLASS_POSESSES_CLASS
a [classmember] (always) has a [otherclassmember]
Category: relations
Example: a car always has an engine try it
Meaning: STATEMENT_RELATIONS_CLASS_POSESSES_CLASS
a [classmember] has no [otherclassmembers]
Category: relations
Example: a cars doesn't have wings try it
Meaning: STATEMENT_RELATIONS_CLASS_POSESSES_CLASS
a [classmember] doesn't have [otherclassmembers]
Category: relations
Example: cars have engines try it
Meaning: STATEMENT_RELATIONS_CLASS_POSESSES_CLASS
a [classmember] (always) has [otherclassmembers]
Category: relations
Example: cars have engines try it
Meaning: STATEMENT_RELATIONS_CLASS_POSESSES_CLASS
[classmembers] have [amount] [otherclassmembers]
Category: relations
Example: spiders have 8 legs try it
Meaning: STATEMENT_RELATIONS_CLASS_POSESSES_CLASS
[instance]'s [classmember]'s name is [otherinstance]
Category: relations
Example: my father's name is Jack try it
Meaning: STATEMENT_RELATIONS_INSTANCE_POSSESSES_INSTANCE_OF_CLASS
[instance]'s [classmember] is [otherinstance]
Category: relations
Example: Belgium's capital is Brussels try it
Meaning: STATEMENT_RELATIONS_INSTANCE_POSSESSES_INSTANCE_OF_CLASS
[instance] is [otherinstance]'s [classmember]
Category: relations
Example: Snuggles is Yoko's cat try it
Meaning: STATEMENT_RELATIONS_INSTANCE_POSSESSES_INSTANCE_OF_CLASS
[instance] has a [classmember] named [otherinstance]
Category: relations
Example: Yoko has a brother named Jim try it
Meaning: STATEMENT_RELATIONS_INSTANCE_POSSESSES_INSTANCE_OF_CLASS
[instance] has a [classmember]
Category: relations
Example: Yoko has a cat try it
Meaning: STATEMENT_RELATIONS_INSTANCE_POSSESSES_INSTANCE_OF_CLASS
[instance] is the [classmember] of [otherinstance]
Category: relations
Example: Paris is the capital of France try it
Meaning: STATEMENT_RELATIONS_INSTANCE_POSSESSES_INSTANCE_OF_CLASS
[instance]'s [classmember]'s name is [otherinstance]
Category: relations
Example: my father's name is Jack try it
Meaning: STATEMENT_RELATIONS_CLASS_HAS_GENERAL_RELATION_WITH_CLASS
[instance] has [classmembers]
Category: relations
Example: Snuggles has hairs try it
Meaning: STATEMENT_RELATIONS_INSTANCE_POSSESSES_CLASS
[instance] [haspreferencetowards] [classmembers]
Category: preferences
Example: Snuggles has hairs try it
Meaning: STATEMENT_PREFERENCES_INSTANCE_HAS_PREFERENCE
[instance] [haspreferencetowards] [instanceing]
Category: preferences
Example: Snuggles hates swimming try it
Meaning: STATEMENT_PREFERENCES_INSTANCE_HAS_PREFERENCE
[instance] [haspreferencetowards]( it)? when [someeventhappens]
Category: preferences
Example: Yoko hates it when organisms die try it
Meaning: STATEMENT_PREFERENCES_INSTANCE_HAS_PREFERENCE
[instance] [haspreferencetowards] [otherinstance]
Category: preferences
Example: John loves Mary try it
Meaning: STATEMENT_PREFERENCES_INSTANCE_HAS_PREFERENCE

Question patterns (158)

[instance]'s [classmember] [performedanaction] [atsometime]
Example: Wouter's cat died today
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_DID_EVENT
[instance]'s [classmember] [performedanaction]
Example: Wouter's cat meowed
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_DID_EVENT
[instance] [performedanaction]
Example: Snuggles meowed
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_DID_EVENT
[instance] [performsanaction]s
Example: Snuggles meows
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_DID_EVENT
[instance] [performedanaction] [atsometime]
Example: Snuggles died today
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_DID_EVENT
[instance] [performsanaction] [with/to/in/...] [otherinstance]
Example: Yoko talks with Wouter
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_DID_EVENT
[instance] [performedanaction] [with/to/in/...] [otherinstance]( [atsometime])?
Example: Yoko talked with Wouter
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_DID_EVENT
[instance] is feeling [insomemood]
Example: Snuggles is happy
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_HAS_MOOD_TOWARDS_NOTHING
[instance] is not feeling [insomemood]
Example: Yoko is not angry
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_HAS_MOOD_TOWARDS_NOTHING
[instance] wants to [performanaction]
Example: Snuggles wants to play
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_HAS_MOOD_TOWARDS_EVENT
[instance] would like to [performanaction]
Example: Snuggles wants to play
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_HAS_MOOD_TOWARDS_EVENT
[instance] is annoyed at [otherinstance]
Example: Snuggles is annoyed at Yoko
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_HAS_MOOD_TOWARDS_INSTANCE
[instance] is scared of [otherinstance]
Example: Snuggles is scared of Tom
Meaning: STATEMENT_STUFFHAPPENING_INSTANCE_HAS_MOOD_TOWARDS_INSTANCE
where does [instance] [performanaction] [with/to/in/...]
Example: where does Yoko go to?
Meaning: QUESTION_ACTIONSEVENTS_WHERE_DOES_INSTANCE_DO_ACTION
where does [instance] [performanaction]
Example: where does Yoko live?
Meaning: QUESTION_ACTIONSEVENTS_WHERE_DOES_INSTANCE_DO_ACTION
what can [instance] do
Example: what can Snuggles do?
Meaning: QUESTION_ACTIONSEVENTS_WHICH_ACTIONS_HAS_INSTANCE
what is [instance] doing
Example: what is Yoko doing
Meaning: QUESTION_ACTIONSEVENTS_ASK_ABOUT_CURENT_INSTANCE_EVENT
(do|can) [classmembers] [performanaction]
Example: do cats meow?
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can [classmembers] [performanaction]
Example: can cats meow?
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can [classmembers] be [performedanaction]
Example: can pizzas be eaten?
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can [classmembers] [performanaction] [otherclassmembers]
Example: can people eat pancakes?
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can [classmembers] [performanaction]
Example: can cats meow?
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can [classmembers] [performanaction] a [otherclassmember]
Example: can people play an instrument?
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can a [classmember] be [something]
Example: can an instrument be played?
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can a [classmember] [performanaction]
Example: can a cat meow?
Meaning: QUESTION_ACTIONSEVENTS_HAS_CLASS_ACTION
can [instance] [performanaction] a [classmember]
Example: can Snuggles catch a mouse?
Meaning: QUESTION_ACTIONSEVENTS_HAS_INSTANCE_ACTION
(can|does) [instance] [something]
Example: does Snuggles meow?
Meaning: QUESTION_ACTIONSEVENTS_HAS_INSTANCE_ACTION
name (a|1) [classmember]
Example: name an animal
Meaning: QUESTION_ONTHOLOGY_LIST_ITEMS_OF_CLASS
name [number] [classmembers]
Example: name 5 animals
Meaning: QUESTION_ONTHOLOGY_LIST_ITEMS_OF_CLASS
name (some)? [classmembers]
Example: name some bands
Meaning: QUESTION_ONTHOLOGY_LIST_ITEMS_OF_CLASS
what [classmembers] does Yoko know
Example: what bands do you know?
Meaning: QUESTION_ONTHOLOGY_LIST_ITEMS_OF_CLASS
does Yoko know (any) [classmembers]
Example: do you know any bands?
Meaning: QUESTION_ONTHOLOGY_LIST_ITEMS_OF_CLASS
is [instance] a [classmember]
Example: is Snuggles a cat?
Meaning: QUESTION_ONTHOLOGY_HAS_CLASS_INSTANCE
are the [instance] a [classmember]
Example: are the united states a country?
Meaning: QUESTION_ONTHOLOGY_HAS_CLASS_INSTANCE
are [classmembers] [otherclassmembers]
Example: are cats animals?
Meaning: QUESTION_ONTHOLOGY_HAS_CLASS_PARENTCLASS
is a [classmember] (a|a type of) [otherclassmember]
Example: is water a liquid?
Meaning: QUESTION_ONTHOLOGY_HAS_CLASS_PARENTCLASS
is [instance] [something]
Example: is Snuggles grey?
Meaning: QUESTION_ONTHOLOGY_HAS_INSTANCE_PROPERTYVALUE
are the [instance] [something]
Example: is the Rolling Stones famous?
Meaning: QUESTION_ONTHOLOGY_HAS_INSTANCE_PROPERTYVALUE
what is a [classmember]
Example: what is a cat?
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_CLASS
what are [classmembers]
Example: what are cats?
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_CLASS
what does Yoko know about [subphrase]
Example: what do you know about red wine?
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_CLASS
what does Yoko know about [classmembers]
Example: what do you know about cats?
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_CLASS
does Yoko know what [classmembers] are
Example: do you know what cats are?
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_CLASS
REMOVED_UNTIL_I_UNDERSTAND_THIS_AGAIN who is [subphrase]
Example: who is Albert Einstein?
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_INSTANCE
who is [instance]
Example: who is Snuggles?
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_INSTANCE
tell [instance] (something)? about [otherinstance]
Example: tell me about yourself
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_INSTANCE
REMOVED_UNTIL_I_UNDERSTAND_THIS_AGAIN what is [subphrase]
Example: what is South America?
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_INSTANCE
does Yoko know [instance]
Example: do you know Wouter?
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_INSTANCE
does Yoko know who [instance] is
Example: do you know who Barack Obama is?
Meaning: QUESTION_ONTHOLOGY_INFO_ABOUT_INSTANCE
is a [classmember] [something]
Example: is a cat small?
Meaning: QUESTION_ONTHOLOGY_HAS_CLASS_PROPERTYVALUE
are [classmembers] [something]
Example: are cats small?
Meaning: QUESTION_ONTHOLOGY_HAS_CLASS_PROPERTYVALUE
what is the [something] of a [classmember]
Example: what is the size of a cat?
Meaning: QUESTION_ONTHOLOGY_ASK_ABOUT_VALUE_OF_CLASS_PROPERTY
what is the [something] of [somethings]
Example: what is the color of a banana?
Meaning: QUESTION_ONTHOLOGY_ASK_ABOUT_VALUE_OF_CLASS_PROPERTY
what [something] do [somethings] have
Example: what color do bananas have?
Meaning: QUESTION_ONTHOLOGY_ASK_ABOUT_VALUE_OF_CLASS_PROPERTY
what [something] does a [classmember] have
Example: what color does a banana have?
Meaning: QUESTION_ONTHOLOGY_ASK_ABOUT_VALUE_OF_CLASS_PROPERTY
where is [instance] from
Example: where are you from?
Meaning: QUESTION_ONTHOLOGY_ASK_ABOUT_VALUE_OF_INSTANCE_PROPERTY
what is [instance]'s [property]?
Example: what is Wouter's age?
Meaning: QUESTION_ONTHOLOGY_ASK_ABOUT_VALUE_OF_INSTANCE_PROPERTY
how [something] is [instance]
Example: how old are you?
Meaning: QUESTION_ONTHOLOGY_WHICH_AMOUNT_OF_PROPERTYVALUE_HAS_INSTANCE
is [instance] [otherinstance]'s [classmember]
Example: is Brussel Belgium's capital?
Meaning: QUESTION_RELATIONS_DOES_INSTANCE_POSSESS_INSTANCE
does [instance] have (any) [classmembers]
Example: does Belgium have cities?
Meaning: QUESTION_RELATIONS_DOES_INSTANCE_POSSESS_CLASS
do [classmembers] have [otherclassmembers]
Example: do cars have wheels?
Meaning: QUESTION_RELATIONS_DOES_CLASS_POSSESS_CLASS
does a [classmember] have a [otherclassmember]
Example: does a car have a roof?
Meaning: QUESTION_RELATIONS_DOES_CLASS_POSSESS_CLASS
do [classmembers] have a [otherclassmember]
Example: do cars have a roof?
Meaning: QUESTION_RELATIONS_DOES_CLASS_POSSESS_CLASS
who is the [classmember] of [instance]
Example: who is the cat of Yoko
Meaning: QUESTION_RELATIONS_WHICH_INSTANCE_OF_CLASS_DOES_INSTANCE_POSSESS
who is [instance]'s [classmember]
Example: who is Yoko's cat
Meaning: QUESTION_RELATIONS_WHICH_INSTANCE_OF_CLASS_DOES_INSTANCE_POSSESS
what is [instance]'s [classmember]'s name
Example: who is Yoko's cat
Meaning: QUESTION_RELATIONS_WHICH_INSTANCE_OF_CLASS_DOES_INSTANCE_POSSESS
what are [instance]'s [instances]
Example: what are Yoko's hobbies?
Meaning: QUESTION_RELATIONS_WHICH_INSTANCE_OF_CLASS_DOES_INSTANCE_POSSESS
does [instance] [havepreferencetowards] [performinganaction]
Example: do you like dancing?
Meaning: QUESTION_PREFERENCES_DOES_INSTANCE_HAVE_PREFERENCE
does [instance] [havepreferencetowards] to [performanaction]
Example: do you like to sing?
Meaning: QUESTION_PREFERENCES_DOES_INSTANCE_HAVE_PREFERENCE
does [instance] [havepreferencetowards] [otherinstance]
Example: do you like Snuggles?
Meaning: QUESTION_PREFERENCES_DOES_INSTANCE_HAVE_PREFERENCE
does [instance] [havepreferencetowards] [classmembers]
Example: do you like cats?
Meaning: QUESTION_PREFERENCES_DOES_INSTANCE_HAVE_PREFERENCE
how does [instance] (feel about|like) [classmembers]
Example: how do you feel about cats?
Meaning: QUESTION_PREFERENCES_WHICH_PREFERENCE_HAS_INSTANCE
how does [instance] (feel about|like) [otherinstance]
Example: how do you feel about Snuggles?
Meaning: QUESTION_PREFERENCES_WHICH_PREFERENCE_HAS_INSTANCE
how does [instance] (feel about|like) [performinganaction]
Example: how do you feel about singing?
Meaning: QUESTION_PREFERENCES_WHICH_PREFERENCE_HAS_INSTANCE
who is [instance]'s favorite [classmember]
Example: who is Yoko's favorite band
Meaning: QUESTION_PREFERENCES_ASK_ABOUT_INSTANCES_FAVORITE_FROM_CLASS
what (stuff|kinda things|things)? does [instance] [haspreferencetowards]
Example: what does Wouter like?
Meaning: QUESTION_PREFERENCES_LIST_INSTANCE_PREFERENCES
what [instances] does [instance] [haspreferencetowards]
Example: what bands do you like?
Meaning: QUESTION_PREFERENCES_LIST_INSTANCE_PREFERENCES
what does [instance] [haspreferencetowards] doing
Example: what do you like
Meaning: QUESTION_PREFERENCES_LIST_INSTANCE_PREFERENCES
does [instance] [haspreferencetowards] any [somethings]
Example: do you hate any countries?
Meaning: QUESTION_PREFERENCES_LIST_INSTANCE_PREFERENCES
does [instance] [performanaction] [classmembers]
Example: do you eat bananas?
Meaning: QUESTION_ACTIONSEVENTS_DID_EVENT_HAPPEN
does [instance] [performanaction] [with/to/in/...] [classmembers]
Example: do you talk with cats?
Meaning: QUESTION_ACTIONSEVENTS_DID_EVENT_HAPPEN
does [instance] [performanaction] [otherinstance]
Example: do you feed Snuggles?
Meaning: QUESTION_ACTIONSEVENTS_DID_EVENT_HAPPEN
does [instance] [performanaction] [with/to/in/...] [otherinstance]
Example: do you feed Snuggles?
Meaning: QUESTION_ACTIONSEVENTS_DID_EVENT_HAPPEN
who [performedanaction]
Example: who sneezed?
Meaning: QUESTION_ACTIONSEVENTS_WHICH_INSTANCE_DID_ACTION
who [performedanaction] [instance]
Example: who fed Snuggles
Meaning: QUESTION_ACTIONSEVENTS_WHICH_INSTANCE_DID_ACTION
why (not)?
Example: why?
Meaning: QUESTION_ACTIONSEVENTS_WHICH_CAUSE_OF_LAST_STATEMENT
a [classmember] is [something]
Example: a banana is yellow
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PROPERTY_VALUE
[classmembers] are [something]
Example: cats are small
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PROPERTY_VALUE
[subphrase] and [classmembers] are [otherclassmembers]
Example: cats,dogs,birds and horses are animals
Meaning: STATEMENT_ONTHOLOGY_CLASSES_HAVE_PARENT_CLASS
a [classmember] is a [otherclassmember]
Example: a dog is an animal
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PARENT_CLASS
a [classmember] is a [something] [otherclassmember]
Example: a dog is a small animal
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PARENT_CLASS
[classmembers] are [otherclassmembers]
Example: dogs are animals
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PARENT_CLASS
[classmember] is a type of [otherclassmember]
Example: wine is a type of drink
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PARENT_CLASS
[classmembers] are [something] [otherclassmembers]
Example: novellas are short novels
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PARENT_CLASS
a [classmember] has [property] [something]
Example: a cat has size small
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PROPERTY_AND_VALUE
[classmembers] have [property] [something]
Example: villains have character evil
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PROPERTY_AND_VALUE
some [classmembers] have a [something] [property]
Example: some cars have a green color
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PROPERTY_AND_POSSIBLE_VALUE
a [classmember] has a [property]
Example: a car has a color
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_PROPERTY
[subphrase] and [instance] are [classmembers]
Example: Paul McCartney, John Lennon, Bob Dylan and Billy Joel are songwriters
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_INSTANCES
[instance] is a [something] [classmember]
Example: Snuggles is a grey cat
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_INSTANCE
[instance] is a [classmember]
Example: Snuggles is a cat
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_INSTANCE
the [instance] are a [classmember]
Example: the beatles are a band
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_INSTANCE
the [instance] are a [something] [classmember]
Example: the beatles are a rock band
Meaning: STATEMENT_ONTHOLOGY_CLASS_HAS_INSTANCE
property [property] has (possible) values [subphrase]
Example: property size has possible values tiny, small, large, giant,huge and enormous
Meaning: STATEMENT_ONTHOLOGY_PROPERTY_HAS_POSSIBLE_VALUES
property [property] can have (possible) values [subphrase]
Example: property color can have possible values white, black, grey, green, red, pink, purple, brown, yellow, green and blue
Meaning: STATEMENT_ONTHOLOGY_PROPERTY_HAS_POSSIBLE_VALUES
[instance] is [something]
Example: Snuggles is grey
Meaning: STATEMENT_ONTHOLOGY_INSTANCE_HAS_PROPERTY_VALUE
[instance] has [property] [something]
Example: Yoko has gender feminine
Meaning: STATEMENT_ONTHOLOGY_INSTANCE_HAS_PROPERTY_AND_VALUE
[instance] has [property] [number_cardinal] [unit]
Example: Wouter has height 183 cm
Meaning: STATEMENT_ONTHOLOGY_INSTANCE_HAS_PROPERTY_AND_VALUE
[instance]'s [property] is [number_cardinal] [unit]
Example: Wouter's age is 28 years
Meaning: STATEMENT_ONTHOLOGY_INSTANCE_HAS_PROPERTY_AND_VALUE
[instance]'s [property] is [number_cardinal] [unit]
Example: Wouter's height is 183 cm
Meaning: STATEMENT_ONTHOLOGY_INSTANCE_HAS_PROPERTY_AND_VALUE
[performinganaction] is when [classmembers] [performanotheraction] (a) [otherclassmember]
Example: building is when humans build a building
Meaning: STATEMENT_ACTIONSEVENTS_ACTION_IS_HYPOTHETICAL_EVENT
[performinganaction] is when a [classmember] [performsanotheraction] (a) [otherclassmember]
Example: building is when a person builds a building
Meaning: STATEMENT_ACTIONSEVENTS_ACTION_IS_HYPOTHETICAL_EVENT
a [classmember] is when a [otherclassmember] [performsanaction] (a) [yetanotherclassmember]
Example: a theft is when a thief steals a thing
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_IS_HYPOTHETICAL_EVENT
a [classmember] is when a [otherclassmember] [performsanaction]
Example: a crash is when a vehicle crashes
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_IS_HYPOTHETICAL_EVENT
a [classmember] is when [otherclassmembers] [performanaction]
Example: a death is when organisms die
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_IS_HYPOTHETICAL_EVENT
a [classmember] can [performanaction]
Example: a human can talk
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION
[classmembers] can [performanaction]
Example: animals can eat
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION
[classmembers] can be [performedanaction]
Example: fruits can be eaten
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_OBJECT
a [classmember] can [performanaction] [otherclassmembers]
Example: a monkey can eat bananas
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_OBJECT
[classmembers] can [performanaction] [otherclassmembers]
Example: monkeys can eat bananas
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_OBJECT
[classmembers] can [performanaction] a [otherclassmember]
Example: monkeys can eat bananas
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_OBJECT
[classmembers] can [performanaction] [otherclassmembers]
Example: musicians can play instruments
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_OBJECT
a [classmember] can be [performedanaction]
Example: a song can be sang
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_PASSIVE_ACTION
you can [performanaction] a [classmember]
Example: you can peel a banana
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_PASSIVE_ACTION
one can [performanaction] a [classmember]
Example: one can clean an object
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_PASSIVE_ACTION
[classmembers] can [performanaction] [with/to/in/...] [otherclassmembers]
Example: people can go to places
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_INDIRECT_OBJECT
[classmembers] can [performanaction] [with/to/in/...] a [otherclassmember]
Example: people can go to a place
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_INDIRECT_OBJECT
[classmembers] can [performanaction] [with/to/in/...] [otherclassmembers]
Example: humans can listen to songs
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_INDIRECT_OBJECT
[classmembers] can [performanaction] [with/to/in/...] a [otherclassmember]
Example: humans can travel to a country
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_INDIRECT_OBJECT
a [classmember] can [performanaction] [with/to/in/...] a [otherclassmember]
Example: a human can talk with a human
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_INDIRECT_OBJECT
a [classmember] can [performanaction] [with/to/in/...] [otherclassmembers]
Example: a human can talk to humans
Meaning: STATEMENT_ACTIONSEVENTS_CLASS_HAS_ACTION_WITH_INDIRECT_OBJECT
(after|when) [classmembers] [performanaction] they [performsanotheraction]
Example: when humans go they arrive
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_EVENT
(after|when) [classmembers] [performanaction] [with/to/in/...] a [otherclassmember] they [performsanotheraction]
Example: when humans go they arrive
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_EVENT
(after|when) a [classmember] [performsanaction] it (usually) [performsanotheraction]
Example: when a glass drops it usually breaks
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_EVENT
(after|when) a [classmember] [performsanaction] a [otherclassmember] it [performsanotheraction]
Example: when a human drinks a poison it usually dies
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_EVENT
(after|when|if) you [performsanaction] a [otherclassmember] it [performsanotheraction]
Example: when you poison a cat it dies
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_EVENT
(after|when|if) you [performsanaction] [with/to/in/...] a [otherclassmember] it [performsanotheraction]
Example: when you walk in
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_EVENT
(after|when) a [classmember] [performsanaction] it (turns|becomes) [something]
Example: after an organism dies it turns dead
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_STATE
(after|when) [classmembers] [performanaction] they (turn|become) [something]
Example: after organisms die they become dead
Meaning: STATEMENT_ACTIONSEVENTS_EVENT_CAUSES_STATE
[classmembers] (always) have a [otherclassmember]
Example: cars always have an engine
Meaning: STATEMENT_RELATIONS_CLASS_POSESSES_CLASS
[classmembers] (always) (have|possess) [otherclassmembers]
Example: cars have engines
Meaning: STATEMENT_RELATIONS_CLASS_POSESSES_CLASS
a [classmember] (always) has a [otherclassmember]
Example: a car always has an engine
Meaning: STATEMENT_RELATIONS_CLASS_POSESSES_CLASS
a [classmember] has no [otherclassmembers]
Example: a cars doesn't have wings
Meaning: STATEMENT_RELATIONS_CLASS_POSESSES_CLASS
a [classmember] doesn't have [otherclassmembers]
Example: cars have engines
Meaning: STATEMENT_RELATIONS_CLASS_POSESSES_CLASS
a [classmember] (always) has [otherclassmembers]
Example: cars have engines
Meaning: STATEMENT_RELATIONS_CLASS_POSESSES_CLASS
[classmembers] have [amount] [otherclassmembers]
Example: spiders have 8 legs
Meaning: STATEMENT_RELATIONS_CLASS_POSESSES_CLASS
[instance]'s [classmember]'s name is [otherinstance]
Example: my father's name is Jack
Meaning: STATEMENT_RELATIONS_INSTANCE_POSSESSES_INSTANCE_OF_CLASS
[instance]'s [classmember] is [otherinstance]
Example: Belgium's capital is Brussels
Meaning: STATEMENT_RELATIONS_INSTANCE_POSSESSES_INSTANCE_OF_CLASS
[instance] is [otherinstance]'s [classmember]
Example: Snuggles is Yoko's cat
Meaning: STATEMENT_RELATIONS_INSTANCE_POSSESSES_INSTANCE_OF_CLASS
[instance] has a [classmember] named [otherinstance]
Example: Yoko has a brother named Jim
Meaning: STATEMENT_RELATIONS_INSTANCE_POSSESSES_INSTANCE_OF_CLASS
[instance] has a [classmember]
Example: Yoko has a cat
Meaning: STATEMENT_RELATIONS_INSTANCE_POSSESSES_INSTANCE_OF_CLASS
[instance] is the [classmember] of [otherinstance]
Example: Paris is the capital of France
Meaning: STATEMENT_RELATIONS_INSTANCE_POSSESSES_INSTANCE_OF_CLASS
[instance]'s [classmember]'s name is [otherinstance]
Example: my father's name is Jack
Meaning: STATEMENT_RELATIONS_CLASS_HAS_GENERAL_RELATION_WITH_CLASS
[instance] has [classmembers]
Example: Snuggles has hairs
Meaning: STATEMENT_RELATIONS_INSTANCE_POSSESSES_CLASS
[instance] [haspreferencetowards] [classmembers]
Example: Snuggles has hairs
Meaning: STATEMENT_PREFERENCES_INSTANCE_HAS_PREFERENCE
[instance] [haspreferencetowards] [instanceing]
Example: Snuggles hates swimming
Meaning: STATEMENT_PREFERENCES_INSTANCE_HAS_PREFERENCE
[instance] [haspreferencetowards]( it)? when [someeventhappens]
Example: Yoko hates it when organisms die
Meaning: STATEMENT_PREFERENCES_INSTANCE_HAS_PREFERENCE
[instance] [haspreferencetowards] [otherinstance]
Example: John loves Mary
Meaning: STATEMENT_PREFERENCES_INSTANCE_HAS_PREFERENCE

Sentiment patterns (147)

yes
Meaning: YES
Match type: anywhere
yeah
Meaning: YES
Match type: anywhere
yea
Meaning: YES
Match type: anywhere
no
Meaning: NO
Match type: anywhere
nope
Meaning: NO
Match type: anywhere
think not
Meaning: NO
Match type: anywhere
true
Meaning: AGREEMENT
Match type: anywhere
I agree
Meaning: AGREEMENT
Match type: anywhere
right one
Meaning: AGREEMENT
Match type: anywhere
you're right
Meaning: AGREEMENT
Match type: anywhere
fuck
Meaning: SAD
Match type: exact
not cool
Meaning: SAD
Match type: anywhere
this sucks
Meaning: SAD
Match type: anywhere
:(
Meaning: SAD
Match type: anywhere
:-/
Meaning: SAD
Match type: anywhere
:/
Meaning: SAD
Match type: anywhere
:(
Meaning: SAD
Match type: anywhere
:(
Meaning: SAD
Match type: anywhere
shit
Meaning: SAD
Match type: anywhere
oh man
Meaning: SAD
Match type: anywhere
oh boy
Meaning: SAD
Match type: anywhere
damn
Meaning: SAD
Match type: anywhere
haha
Meaning: HAPPY
Match type: anywhere
hehe
Meaning: HAPPY
Match type: anywhere
hahaha
Meaning: HAPPY
Match type: anywhere
hahahaha
Meaning: HAPPY
Match type: anywhere
hah
Meaning: HAPPY
Match type: anywhere
heh
Meaning: HAPPY
Match type: anywhere
:)
Meaning: HAPPY
Match type: anywhere
:D
Meaning: HAPPY
Match type: anywhere
:-D
Meaning: HAPPY
Match type: anywhere
XD
Meaning: HAPPY
Match type: anywhere
:-)
Meaning: HAPPY
Match type: anywhere
heh
Meaning: HAPPY
Match type: anywhere
lol
Meaning: HAPPY
Match type: anywhere
:d
Meaning: HAPPY
Match type: anywhere
(y)
Meaning: HAPPY
Match type: anywhere
cool
Meaning: HAPPY
Match type: anywhere
I'm good
Meaning: HAPPY
Match type: anywhere
fine
Meaning: HAPPY
Match type: anywhere
hi
Meaning: GREETING
Match type: anywhere
hey
Meaning: GREETING
Match type: anywhere
hello
Meaning: GREETING
Match type: anywhere
good one
Meaning: COMPLIMENT
Match type: anywhere
nice one
Meaning: COMPLIMENT
Match type: anywhere
nice to meet you
Meaning: COMPLIMENT
Match type: anywhere
hiya
Meaning: GREETING
Match type: anywhere
hi
Meaning: GREETING
Match type: anywhere
hi
Meaning: GREETING
Match type: anywhere
greetings
Meaning: GREETING
Match type: anywhere
hi there
Meaning: GREETING
Match type: anywhere
sup
Meaning: GREETING
Match type: anywhere
shakin
Meaning: WHAT_IS_UP
Match type: anywhere
wassup
Meaning: WHAT_IS_UP
Match type: anywhere
whassup
Meaning: WHAT_IS_UP
Match type: anywhere
what's up
Meaning: WHAT_IS_UP
Match type: anywhere
whaddup
Meaning: WHAT_IS_UP
Match type: anywhere
bye
Meaning: GOODBYE
Match type: anywhere
have to go
Meaning: GOODBYE
Match type: anywhere
night night
Meaning: GOODBYE
Match type: anywhere
goodnight
Meaning: GOODBYE
Match type: anywhere
good night
Meaning: GOODBYE
Match type: anywhere
have to run
Meaning: GOODBYE
Match type: anywhere
to leave you
Meaning: GOODBYE
Match type: anywhere
gotta run
Meaning: GOODBYE
Match type: anywhere
gotta go
Meaning: GOODBYE
Match type: anywhere
see you
Meaning: GOODBYE
Match type: anywhere
goodbye
Meaning: GOODBYE
Match type: anywhere
good bye
Meaning: GOODBYE
Match type: anywhere
byebye
Meaning: GOODBYE
Match type: anywhere
ciao
Meaning: GOODBYE
Match type: anywhere
cu
Meaning: GOODBYE
Match type: anywhere
bb
Meaning: GOODBYE
Match type: anywhere
will be back
Meaning: BE_RIGHT_BACK
Match type: anywhere
brb
Meaning: BE_RIGHT_BACK
Match type: anywhere
be right back
Meaning: BE_RIGHT_BACK
Match type: anywhere
how are you
Meaning: HOW_ARE_YOU
Match type: anywhere
how r u
Meaning: HOW_ARE_YOU
Match type: anywhere
how is it hanging
Meaning: HOW_ARE_YOU
Match type: anywhere
how's it hanging
Meaning: HOW_ARE_YOU
Match type: anywhere
how's it going
Meaning: HOW_ARE_YOU
Match type: anywhere
how is it going
Meaning: HOW_ARE_YOU
Match type: anywhere
how's your day
Meaning: HOW_ARE_YOU
Match type: anywhere
how're you
Meaning: HOW_ARE_YOU
Match type: anywhere
how have you been
Meaning: HOW_ARE_YOU
Match type: anywhere
how is it going
Meaning: HOW_ARE_YOU
Match type: anywhere
you're welcome!
Meaning: RESPONSE_TO_THANKS
Match type: anywhere
no problem
Meaning: RESPONSE_TO_THANKS
Match type: anywhere
no worries
Meaning: RESPONSE_TO_THANKS
Match type: anywhere
don't worry
Meaning: RESPONSE_TO_THANKS
Match type: anywhere
np
Meaning: RESPONSE_TO_THANKS
Match type: anywhere
pleasure
Meaning: RESPONSE_TO_THANKS
Match type: anywhere
sure
Meaning: RESPONSE_TO_THANKS
Match type: anywhere
welcome
Meaning: RESPONSE_TO_THANKS
Match type: anywhere
Fine, thanks
Meaning: RESPONSE_TO_HOW_ARE_YOU
Match type: anywhere
Not too bad
Meaning: RESPONSE_TO_HOW_ARE_YOU
Match type: anywhere
Great, how about you
Meaning: RESPONSE_TO_HOW_ARE_YOU
Match type: anywhere
thanks
Meaning: THANKS
Match type: anywhere
thx
Meaning: THANKS
Match type: anywhere
ty
Meaning: THANKS
Match type: anywhere
thank
Meaning: THANKS
Match type: anywhere
thank you
Meaning: THANKS
Match type: anywhere
cheers
Meaning: THANKS
Match type: anywhere
well done
Meaning: COMPLIMENT
Match type: anywhere
I like you
Meaning: COMPLIMENT
Match type: anywhere
you are not very
Meaning: INSULT
Match type: anywhere
whore
Meaning: INSULT
Match type: anywhere
suck
Meaning: INSULT
Match type: anywhere
fuck you
Meaning: INSULT
Match type: anywhere
fu
Meaning: INSULT
Match type: anywhere
idiot
Meaning: INSULT
Match type: anywhere
fuckyou
Meaning: INSULT
Match type: anywhere
go to hell
Meaning: INSULT
Match type: anywhere
stupid
Meaning: INSULT
Match type: anywhere
bitch
Meaning: INSULT
Match type: anywhere
shut up
Meaning: INSULT
Match type: anywhere
dumb
Meaning: INSULT
Match type: anywhere
worst bot
Meaning: INSULT
Match type: anywhere
kill yourself
Meaning: INSULT
Match type: anywhere
fuck this
Meaning: INSULT
Match type: anywhere
you are nice
Meaning: COMPLIMENT
Match type: anywhere
nice
Meaning: COMPLIMENT
Match type: anywhere
well done
Meaning: COMPLIMENT
Match type: anywhere
srry
Meaning: APOLOGY
Match type: anywhere
sorry
Meaning: APOLOGY
Match type: anywhere
my bad
Meaning: APOLOGY
Match type: anywhere
whoops
Meaning: APOLOGY
Match type: anywhere
apologies
Meaning: APOLOGY
Match type: anywhere
ok
Meaning: BORED_OF_TOPIC
Match type: exact
okay
Meaning: BORED_OF_TOPIC
Match type: exact
k
Meaning: BORED_OF_TOPIC
Match type: exact
oh
Meaning: BORED_OF_TOPIC
Match type: exact
kay
Meaning: BORED_OF_TOPIC
Match type: exact
asleep
Meaning: BORED_OF_TOPIC
Match type: anywhere
bored
Meaning: BORED_OF_TOPIC
Match type: anywhere
nevermind
Meaning: BORED_OF_TOPIC
Match type: anywhere
never mind
Meaning: BORED_OF_TOPIC
Match type: anywhere
nvm
Meaning: BORED_OF_TOPIC
Match type: anywhere
hm
Meaning: BORED_OF_TOPIC
Match type: anywhere
hmm
Meaning: BORED_OF_TOPIC
Match type: anywhere
hmmm
Meaning: BORED_OF_TOPIC
Match type: anywhere
ehm
Meaning: BORED_OF_TOPIC
Match type: anywhere
nothing
Meaning: BORED_OF_TOPIC
Match type: anywhere
mitsuku
Meaning: ASK_ABOUT_MITSUKU
Match type: anywhere
really
Meaning: UNCERTAIN_OF_PREVIOUS_STATEMENT
Match type: anywhere
you sure
Meaning: UNCERTAIN_OF_PREVIOUS_STATEMENT
Match type: anywhere
are you sure
Meaning: UNCERTAIN_OF_PREVIOUS_STATEMENT
Match type: anywhere
Written by Wouter - copyright 2013. Questions and remarks welcome at wouter@yokobot.com!
A lot more chatbots over at chatbots.org!