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 title search on OpenAlex #102

Open
EmilyWes opened this issue Nov 15, 2024 · 1 comment
Open

Improve title search on OpenAlex #102

EmilyWes opened this issue Nov 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@EmilyWes
Copy link

Currently when we search on OpenAlex by title (enrich.py), we remove the following characters: """()[]{}'@#:;"%&`’,.?!/\^®"""

Some initial testing showed that removing the ' results in not finding a paper.
I assume OpenAlex made some improvements to the search and what it crashes on or not, so we can also update the list of special tokens to remove.

@EmilyWes EmilyWes added the enhancement New feature or request label Nov 15, 2024
@EmilyWes EmilyWes self-assigned this Nov 15, 2024
@J535D165
Copy link
Member

I assume OpenAlex made some improvements to the search and what it crashes on or not, so we can also update the list of special tokens to remove.

Fingers crossed. That would be great and result in much better searches. HTML stripping should also be checked, as this replacement query doesn't seem to handle that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants