tarsqi / ttk

Tarsqi Toolkit
Apache License 2.0
25 stars 10 forks source link

EventCorefBank conversion #83

Closed marcverhagen closed 3 years ago

marcverhagen commented 6 years ago

Add converters for the ECB and ECB+ data sources (only convert into TTK, round trip is not needed).

marcverhagen commented 5 years ago

It would be better if the MENTION tags are added as is to the source_tags repository rather than to the tarsqi_tags repository as impoverished EVENT tags.

marcverhagen commented 3 years ago

Looks good after that last change, it now creates tags in the source_tags tag:

<source_tags>
  <text begin="0" end="662" />
  <MENTION begin="31" end="38" CHAIN="3" text="checked" />
  <MENTION begin="193" end="200" CHAIN="8" text="treated" />
  <MENTION begin="217" end="224" CHAIN="3" text="entered" />
</source_tags>

Closing the issue.