5 ms·
Thank you for taking the time to lay out feature requests in such details! I really appreciate it. The current search box is a wrapper around Postgres phraseto
by gutensearch 6y ago
Thank you for taking the time to lay out feature requests in such details! I really appreciate it.
The current search box is a wrapper around Postgres phraseto_tsquery [1] whilst the Discovery tab uses plainto_tsquery, so you could play with either as an ersatz for some of these features for now, although special characters might get stripped or parsed incorrectly.
Do you know where the people you are talking about hang out online (for example, subreddits)? I'd love to get in touch with them once the features are built and for more general feedback.
[1] https://www.postgresql.org/docs/12/textsearch-controls.html https://www.postgresql.org/docs/12/textsearch-controls.html
- iiv 6y agoI know /r/CompLing on Reddit is quite popular.
- StavrosK 6y agoI'm curious if you ever tried MeiliSearch for this, I tried it recently for something unrelated and had a very good experience with it. Since you have the corpus already, it might be worth trying and seeing if it speeds search up? I'd be interested in the results either way.
- gutensearch 6y agoThank you for the suggestion! The demo looks great and I'm curious to see how they automatically handle language. It would be nice to add support for Chinese which is the great absent from this attempt, even at the cost of several other languages which in any case have few books transcribed to text in Gutenberg. I will probably write a blog post once I've tried a few of the approaches suggested in this thread.
- StavrosK 6y agoThat would be great, thanks!