Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGLund99 committed Dec 12, 2023
1 parent 0376ffc commit 5e323dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def do_triple_construction():
RelationExtractor.begin_extraction(post_json) # Relation Extraction
entity_type_classification(post_json) # Concept Linking

message = "Post request was successfully processed. Relation extraction and concept linking completed."
message = "Post request was successfully processed. Relation Extraction and Concept Linking completed."
return jsonify(message=message), 200

except Exception as e:
Expand Down

0 comments on commit 5e323dc

Please sign in to comment.