Skip to content

disooqi/WISE

Repository files navigation

  • WISE has been developed using Python 3.7
  • Make sure you create a virtual environment, activated it and the thin pip install the requirement.txt file comes with the project.
  • Make sure the file wiki-news-300d-1M.txt is under word_embedding directory
  • Start the Word Embedding server using the command python word_embedding/server.py 127.0.0.1 9600.

WISE Project is work under development; expect some abnormality during installing and using the software.

License: Not determined yet!

Documentation: http://cods.encs.concordia.ca/wise

Usage

First you need to import wise

from wise import Wise

and then create an instance as following:

wisely = Wise()

and then

answers = wisely.ask("Who was the doctoral supervisor of Albert Einstein?")

About

A Natural Language Platform For Querying RDF-Based Graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages