Skip to content

End-to-end Knowledge Extraction engine. It extracts knowledge from free text and shows the knowledge in Neo4j. It extracts entities and the relationship between entities, even different expressions of the same entity is in different sentences of the text.

Notifications You must be signed in to change notification settings

yanliang12/knowledge_extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knowledge Extraction Engine

start the service

docker pull yanliang12/yan_knowledge_extraction:1.0.2

docker run -it ^
-p 4567:4567 ^
-p 8765:8765 ^
-p 7563:9000 ^
yanliang12/yan_knowledge_extraction:1.0.2

input the text

input rest api: http://0.0.0.0:7563/

input example:

{
"text": "Yan Liang is a student at Liverpool John Moores University. She lives in Abu Dhabi. She is Qichu Wang's mother."
}

see the output

outout neo4j: http://0.0.0.0:4567/browser/

password: neo4j1

input one line cypher code

MATCH p=()-->() RETURN p LIMIT 100

contact

I can transform your documents to knowledge graph, please contact me to show you the demo and start to build your own knowledge graph

Email: [email protected]

About

End-to-end Knowledge Extraction engine. It extracts knowledge from free text and shows the knowledge in Neo4j. It extracts entities and the relationship between entities, even different expressions of the same entity is in different sentences of the text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages