Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ontology in GHOST #3481

Open
stellarspot opened this issue Apr 26, 2019 · 0 comments
Open

Use ontology in GHOST #3481

stellarspot opened this issue Apr 26, 2019 · 0 comments
Labels

Comments

@stellarspot
Copy link
Contributor

ChatScript has a lot of predefined concepts parsed from WordNet ontology.
So it is possible just to write rule:

#! Do you like pigeon?
?: (do you like _~bird)
    $bird='_0
    I am a fun of $bird!

where ~bird is the predefined category that already contains a lot of different birds.

This is a proposal to use ontology (WordNet, ConceptNet, ...) in GHOST as well.

@linas linas added the ghost label Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants