Skip to content

A respository to implement "Name Entity Recognition", establish Ontological Relations, and Relations detection and Classification.

Notifications You must be signed in to change notification settings

NLP/Granular-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Granular Extractor

Task:

  1. RDF (Resource Development Framework) from extracted entities Given : (subject - predicate - object - LOC - TIME) Fill SQLite database with corresponding entities

  2. Query request commands Define a set of known question patterns that can be translated to query language. Example : - Who eats apple ? : select subject from table where predicate = 'Eat' AND object = 'Apple' - Where does he he eats apple ? : select LOC from table where predicate = 'Eat' AND object = 'Apple' AND subject = 'He' - etcs

  3. Query result language The result of queried request is converted to English language.

About

A respository to implement "Name Entity Recognition", establish Ontological Relations, and Relations detection and Classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages