Skip to content

Commit

Permalink
Merge branch 'main' into 80-fix-start-and-end-index-of-ent-ments
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakRoenne authored Nov 30, 2023
2 parents b2d33d8 + 6d6d10e commit d3744d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/GetSpacyData.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def BuildJSONFromEntities(entities: List[EntityLinked], doc, fileName: str) -> J
final_json = {
"fileName": fileName,
"language": DetectLang(doc),
"metadataId":"7467628c-ad77-4bd7-9810-5f3930796fb5",
"sentences": sentences_json,
}
if len(currentJson) != 0:
Expand Down

0 comments on commit d3744d1

Please sign in to comment.