https://github.com/ana06/ai
Several projects for the Artificial Intelligence course, with topics such as Recommender and Rule-based Systems, Ontologies and Natural Language Processing.
https://github.com/ana06/ai
artificial-intelligence jess natural-language-processing ontology prolog protege recommender-system ucm
Last synced: about 2 months ago
JSON representation
Several projects for the Artificial Intelligence course, with topics such as Recommender and Rule-based Systems, Ontologies and Natural Language Processing.
- Host: GitHub
- URL: https://github.com/ana06/ai
- Owner: Ana06
- License: mit
- Created: 2016-03-25T23:56:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T21:57:41.000Z (about 9 years ago)
- Last Synced: 2025-03-24T03:08:43.971Z (2 months ago)
- Topics: artificial-intelligence, jess, natural-language-processing, ontology, prolog, protege, recommender-system, ucm
- Language: CLIPS
- Homepage:
- Size: 440 KB
- Stars: 25
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI
Several projects for the Artificial Intelligence course, with topics such as Recommender and Rule-based Systems, Ontologies and Natural Language Processing. This project was done during a university course (Artificial intelligence) and finished in May 2015. Projects, comments and reports are in Spanish.
## Natural Language Processing - Prolog
Natural Language Processing in Prolog. The project consists in a personal agenda with a natural language interface in Spanish. If you'd like to use it, you may use [swi-prolog](http://www.swi-prolog.org) for example.
**DiaryReport.pdf** is a report of the project in Spanish.
## Travel recommender
This rule-based system suggests the most suitable voyage given the characteristics of the user and the destinations.
The database is implemented using the deffacts constructor and the recommendations are possible with the usage of Jess rules. In order to execute the system you can use [this plugin for Eclipse](http://www.jessrules.com/doc/70/eclipse.html).
**TravelRecommendationReport.pdf** is a report of the project in Spanish.
## Ontology - Protégé
We propose an ontology about the domain of touristic journeys. Several instances are included so you can make queries. In order to play with the ontology you need [Protégé](http://protege.stanford.edu/).
## Travel recommender - Protégé-Jess
Integration of the previous ontology with the rule-based system in Jess to provide a more complex recommender system.
**TravelRecommendationReport2.pdf** is a report of the project in Spanish.
## Authors
This project was developed by Ana María Martínez Gómez and Víctor Adolfo Gallego Alcalá.
## Licence
Code published under MIT License (see [LICENSE](LICENSE)).