progscrape icon indicating copy to clipboard operation
progscrape copied to clipboard

progscrape.com source

Results 15 progscrape issues
Sort by recently updated
recently updated
newest added

There seems to be some confusion around what progscrape is -- we need a first-time user message that should appear above the stories that should give a short overview of...

We current skip the important stemming and stop-word tokenization for the title index, making text searches less-than-optimal.

Not ready yet -- requires an external provider of clustering input.

Hello, I'm attempting to build a similar website to progscrape based on Travel. I'm attempting to understand the ranking engine in progscrape. There is the [scrorer.rs](https://github.com/progscrape/progscrape/blob/c18bca8efe4c117fa45a4fd575fe8831550026ff/application/src/story/scorer.rs) file but I cant...