Natural language interface for semantic web

we are working on an educational project, one of its components is an intelligent search engine that fits in the top end points of sparql, such as DBpedia, imdb ... etc.

we explored some related work on how to do NLI for the semantic network

we still run into some implementation problems because the paper is too wide and the source code is not available. so I wonder if there are any open source or Documented projects to learn how to create similar projects. or if I can use similar NLI database methods for SQL, if so, where to start.

+4
source share
2 answers

You looked at this: http://technologies.kmi.open.ac.uk/poweraqua/

From now on, you can download the source code. I worked with a much earlier form of this software many years ago, but I have no experience with this technology iteration.

+3
source

I recommend you check out Text Wise and GATE . Text Wise is not open source, but you can request white paper. GATE is open source.

+2
source

Source: https://habr.com/ru/post/1393866/


All Articles