View Single Post
Old 07-27-2024, 04:24 PM   #11
davidjoseph1
Connoisseur
davidjoseph1 can tell if an avocado is ripe without touching it.davidjoseph1 can tell if an avocado is ripe without touching it.davidjoseph1 can tell if an avocado is ripe without touching it.davidjoseph1 can tell if an avocado is ripe without touching it.davidjoseph1 can tell if an avocado is ripe without touching it.davidjoseph1 can tell if an avocado is ripe without touching it.davidjoseph1 can tell if an avocado is ripe without touching it.davidjoseph1 can tell if an avocado is ripe without touching it.davidjoseph1 can tell if an avocado is ripe without touching it.davidjoseph1 can tell if an avocado is ripe without touching it.davidjoseph1 can tell if an avocado is ripe without touching it.
 
Posts: 56
Karma: 130472
Join Date: May 2011
Device: BooxM90,M92*3,M96,N96, I86ml,C67ml,Kepler, Poke2,Nova3,MaxLumi2,TabUPC
Quote:
Originally Posted by foosion View Post
Would it be possible to do a lookup based on title and author, maybe with a fuzzy match (there are some fuzzy match libraries on pypi)? I'm just looking to translate to a top-level genre, if that matters.

I see there's a plugin to extract ISBNs: https://www.mobileread.com/forums/sh...d.php?t=126727
I'm working on that right now. That was the value-add of Classify - the relation of a number of different isbns against one another. My workaround right now is to use a metadata plugin called SRU which does do that author title lookup at the LOC and provides a good ISBN with LCCN, which gets the lcc call number information. Works about eighty-five percent of the time.

this is the current sketch of code I have to apply author title search. Not working yet.
Attached Files
File Type: py classify_web_service_webscraping.py (6.9 KB, 284 views)
davidjoseph1 is offline   Reply With Quote