WolfgangFahl / ProceedingsTitleParser

Shallow Semantic Parser to extract metadata from scientific proceedings titles
Apache License 2.0
3 stars 1 forks source link

refactor to not use Lookup and rename "event" to "eventType" in TitleParser to avoid collision with "event" attribute of open research #40

Closed WolfgangFahl closed 3 years ago

WolfgangFahl commented 3 years ago

In openreseach "event" is used as a backup lookupAcronym when the acronym is not set. Avoid collision by renaming the event element to "eventType" and not doing lookups on initial parsing. Test with wikidata source first.