ElliotTheRobot / LILACS-mycroft-core

Mycroft Core, the Mycroft Artificial Intelligence platform - LILACS Fork
https://mycroft.ai
GNU General Public License v3.0
4 stars 1 forks source link

Template Skill #15

Open JarbasAI opened 7 years ago

JarbasAI commented 7 years ago

A template skill using LILACS should be available, in the future more skills will show up that can use lilacs, either in full of partially, the following should be made available:

continues the discussion of #12

example coding of concepts

 - users may only require some key concepts for that skill that can be coded

 - users may want access to a concept-db

basic question prototypes

  - compare -> is "this" and example of "that"

Speak: answer to is frog a cat is False

  - examples -> give examples of "this"

Speak: joana is an example of human Speak: human_wife is an example of human Speak: maria is an example of human Speak: human_female is an example of human Speak: human_male is an example of human

  - common -> "this" and "that" are both "something"

Speak: frog are animal like human_male Speak: frog are living being like human_male

  - what -> "this" is "that", "that other thing" and "something"

Speak: cow is animal Speak: cow is living being

  - why? -> "this" is A, A is B, B is C, C is "that", therefore "this" is "that"

Speak: answer to is frog a living being is True Speak: frog is animal Speak: animal is living being

these are included in test/template skill, the issue stays open as reference and to discuss new questions that should be available by standard