You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2025. It is now read-only.
In the data/output folder, two files have been created:
entities.tsv contains all keyphrases annotated with their corresponding label.
relations.tsv contains all relation triplets.
Both files are TSV (tab-separated values), so there should no problems with ,, ", etc. Simply opening each file and splitting by \t should do.
The idea would be trying to normalize these mentions with their appearances in Wikidata. For that I would propose creating another two files (data/output/(entities|relations)-normalization.tsv for which all the matches found are logged together with their corresponding Wikidata metadata (i.e., IDs, etc.)
In the
data/outputfolder, two files have been created:entities.tsvcontains all keyphrases annotated with their corresponding label.relations.tsvcontains all relation triplets.Both files are TSV (tab-separated values), so there should no problems with
,,", etc. Simply opening each file and splitting by\tshould do.The idea would be trying to normalize these mentions with their appearances in Wikidata. For that I would propose creating another two files (
data/output/(entities|relations)-normalization.tsvfor which all the matches found are logged together with their corresponding Wikidata metadata (i.e., IDs, etc.)