Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve fuzzy matching when calulating statistics #9

Open
stijnh opened this issue Jan 25, 2022 · 0 comments
Open

Improve fuzzy matching when calulating statistics #9

stijnh opened this issue Jan 25, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@stijnh
Copy link
Member

stijnh commented Jan 25, 2022

Calculating the statistics requires fuzzy matching of names. Currently, this matching is not too aggressive since we do want to avoid incorrectly matching two different names. The matching algorithm should be improved, possibly by adding additional parameters are asking the user if two names are equal?

Fuzzy matching appears in three places:

  • Affiliation names (e.g., "University of Amsterdam" == "the University of Amsterdam")
  • Author names (e.g., "John Doe" == "John. M. Doe"?)
  • Venue/conference/journals names (e.g., "Journal on Parallel Computing" == "J. Parallel Computing")
@stijnh stijnh added enhancement New feature or request help wanted Extra attention is needed labels Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant