-
Notifications
You must be signed in to change notification settings - Fork 27
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
Author edge cases #12
Comments
I have a few authors that have come in to plex with honorific prefix titles. The most recent one that I came across that did not match was:
|
|
Author listed on book as a different name than main profile.
|
@seanap I resolved that case in my latest commit, as well as Prof./Professor/Dr.: I'm curious - have you ever seen a profile that uses a middle name? Such as before, |
Sweet! I have seen cases where two different people have the same first and last name, so they use a middle initial to differentiate. I think by removing the middle initial you run the risk of a false match, which wouldn't be immediately obvious. |
I'm curious if it would be better to always remove middle to RUN the search, and then let it do whatever during scoring. Reason being audible seems to do all of these:
And it looks like search will always perform better when the letters are separated. |
As an example, "A. B. Last" the agent will search for "A Last" to get a list of results, then comparing and scoring the results with "A. B. Last"? That sounds like the best way to do it. |
The text was updated successfully, but these errors were encountered: