[Help] Spin Rewriter Misplacing HTML Tags and How to correct Grammar?

Mukeshwar Singh

Regular Member
Joined
Mar 12, 2020
Messages
480
Reaction score
153
I am new to spin rewriter(used WordAI earlier) and tried spinning a couple of articles. The result was not impressive, TBH. But the bigger problem is Spin Rewriter misplacing the HTML tags, which ruins the article, like a couple of paragraphs is just title(as h2 is misplaced), and half the article is bold, and stuff like that. How can I solve that?

Plus, is there any way I can correct the grammar. I am trying to use Perfect Tense API, but I don't understand how to integrate it directly with the Spin Rewriter API? I'm using Python to get the spun article. Please, help!

Thanks in advance :)
 
Are you building a spinner using python?

TBH. But the bigger problem is Spin Rewriter misplacing the HTML tags
you have 2 options here, either to protect the HTML tags (can be easily done since all of them start & ends with < & >)
or strip theme totally
 
I have a scrapper that fetches article and send it to the spinner. I tried protected keywords but it won’t work as the tags are shifted to some other place. So, it won’t really work :)
 
Back
Top