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
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.)
The text was updated successfully, but these errors were encountered:
apiad
changed the title
Extract entities and relations from annotated data
Normalize entities and relations from annotated data with Wikidata
Jun 14, 2020
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.)The text was updated successfully, but these errors were encountered: