(Embarrassing LOL) - Quillbot bug "On August 1, 2010, this entry was published"

Nattsurfaren

Power Member
Joined
Apr 12, 2010
Messages
593
Reaction score
82
So I noticed that Quillbot loves to add nonsense into my text when I do a grammar check.

This is inserted in many places.
On August 1, 2010, this entry was published

So I checked if anyone more than me have this problem.
HGQ0MD[1].png

Have anyone more than I noticed it? Maybe you've automated this and don't have this under control.
Just saying.
 
Interesting! Can be used as a footprint to identify sites using automated content I suppose

*Edit: scrolling through some of those sites I've already got a few ideas - nice!
 
Interesting! Can be used as a footprint to identify sites using automated content I suppose

*Edit: scrolling through some of those sites I've already got a few ideas - nice!
Did some more research and this happens when you fail to filter out garbage characters...
This particular character will cause problems '�'
 
This particular character will cause problems '�'
Yep, from my early days of scraping SERPs and then putting the resultant mess through Markov chains, I've learned that you should just remove all non ascii characters from your content sources programmatically (as long as you're using English of course!)
 
Back
Top