progscrape
progscrape copied to clipboard
progscrape.com source
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...
Example: `.net` -> `dotnet`
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...