Project

General

Profile

feature request #9085

Updated by Andreas Müller almost 4 years ago

Special methods have been implemented during E+M import for improved deduplication (references+authors) of parsed names. 

 There are still some open issues before this deduplication can be used in other context like TaxEditor name parsing. 

 * improve MatchStrategyFactory 
 * switch order of match parameters (in E+M the order was [full name, parsed name] but should be [parsed name, full name] to allow retrieving matches from the database 
 * improve handling of components like TimePeriod, LSID, etc. 
 * write tests on persistence level => #9157 
 * ... 

Back