simonw / scrape-open-data

Scrape various open data directories to create an index of what's available out there
https://open-data.datasette.io
28 stars 2 forks source link

Implement porter stemming #7

Closed simonw closed 2 years ago

simonw commented 2 years ago

https://open-data.datasette.io/-/search?q=train and https://open-data.datasette.io/-/search?q=trains currently produce different results.

simonw commented 2 years ago

https://open-data.datasette.io/-/search?q=train and https://open-data.datasette.io/-/search?q=trains return the same results now - but both return 24 results now instead of the expected 6, because they pick up "training" as well now.