I don't want to send my spinned articles to 3rd party services.
I would prefer doing my own queries against Google
Should I split whole article by sentences using NLP and then check each sentence against search operators like :
- "sentence"
- intitle:
- inurl:
and looking for exact text match? Then based on these data calculate whole article uniqueness?
What do you think? Am I approaching it from the right direction or not?
I would prefer doing my own queries against Google
Should I split whole article by sentences using NLP and then check each sentence against search operators like :
- "sentence"
- intitle:
- inurl:
and looking for exact text match? Then based on these data calculate whole article uniqueness?
What do you think? Am I approaching it from the right direction or not?