Skip to content
Snippets Groups Projects
Commit 766fb803 authored by Thomas Edwards's avatar Thomas Edwards
Browse files

initial commit

parent 19141835
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ def home():
def test():
return "Success"
@app.route("/ner")
def ner():
result = get_ner_for_data()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment