Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 841 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 841 Bytes

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: jimjywang@gmail.com