Skip to content

An opensource semantic parser for English sentences and questions

License

Notifications You must be signed in to change notification settings

arpit7123/Kparser

Repository files navigation

Kparser

Knowledge Parser or K-Parser or Kparser is a semantic parser that translates any English sentence into a directed acyclic semantic graph. The nodes in the graph represent the actual words in the input text and the conceptual classes of those words. The edges represent the dependency between different nodes and the edge labels in the graph represent the semantic relations between the nodes.

This repository contains the code for K-Parser. It can be cloned/downloaded and imported as an external project in a JAVA IDE. The IDE used to write and compile the project is Eclipse.

Requirements:

This repository is a Java Dynamic Web Project. Following requirements must be satisfied to execute the code in the project.

  1. The required JAR files for the project are available to download at: https://goo.gl/L29GJd

  2. The configuration file for the project contains paths to the other resources. The config file is present under "./build/classes/resources/" directory

  3. Other required resources (which are mentioned in the configuration file) are available to download from: https://goo.gl/pZEdxP

  4. An local web server (such as apache tomcat) must be setup to execute the project as a web application.

Contact:

In case of any issues or questions, please feel free to contact me (Arpit Sharma) at arpit7123@gmail.com

About

An opensource semantic parser for English sentences and questions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published