WolfgangFahl / ProceedingsTitleParser

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

add "foundBy" info to events - treat disambiguities like "CA 2008" where CA could be California or the acronym prefix "CA" #11

Open WolfgangFahl opened 4 years ago

WolfgangFahl commented 4 years ago

A search for e.g CA 2008 does not make much sense since the word CA is ambiguous and probably a province CA=California and not an Acronym as a first issue to address such cases a "foundBy" attribute is added to event so that "CA 2008" is at least displayed as the reason for finding the Conference e.g.

Acceptance criteria Situation a) "The Tenth IASTED International Conference on Control and Applications CA 2008 May 26 – 28, 2008 Quebec City, Canada" b) "Proceedings of the 19th International Conference on Continuous Renal Replacement Therapies, March 2-3, 2014, San Diego, CA, USA" Action lookup conference by proceeding title Expected Result a) https://www.openresearch.org/wiki/CA_2008 - foundBy="CA 2008" b) http://www.wikidata.org/entity/Q95803125 - the attempt to search for "CA 2014" should be done but with a low probability of being the correct search - foundBy will have a different value here