You have to login in order to post a reply to this topic.

6 replies [Last post]
KingCrab
User offline. Last seen 2 years 2 weeks ago. Offline
Joined: 12/11/2009
Posts: 8

i was kind of wondering wheather article rewriting  is possible with winautomation as many automated rewriters are not that too good

codex
codex's picture
User offline. Last seen 18 weeks 4 days ago. Offline
Joined: 11/12/2009
Posts: 161
Re: Is it possible to make artice rewriter using winautomation?

I'm not familiar with the concept of article rewriting. Can you please give me an example? In my experience, any task that involves text manipulation can be easily automated through WinAutomation.

__________________

Error is not blindness, error is cowardice

__________________

Error is not blindness, error is cowardice

KingCrab
User offline. Last seen 2 years 2 weeks ago. Offline
Joined: 12/11/2009
Posts: 8
Re: Is it possible to make artice rewriter using winautomation?

It is basically rewriting an article to make new and unqiue. It is usually done by replacing certain words with synonyms or semantics. But most of the time, it does work out well when it is being done my a software, it would require human intervention. But it is possible to program a rewriter in php but than is seriously time comsuming to make it. If u are still not sure u can google search "wordflood" or "article rewriter" to see what i mean.

masterwaldo
User offline. Last seen 7 weeks 5 days ago. Offline
Joined: 12/15/2009
Posts: 24
Re: Is it possible to make artice rewriter using winautomation?

What other software do is something like below:

KingCrab wrote:

It is {basically|synonyms1|synonyms2} rewriting an article to make {new|synonyms3|synonyms4|synonyms5} and unqiue. It is {usually|synonmys6} done by replacing certain words with synonyms or semantics.

 

So, based on the input of synonyms above, the script should be able to produce articles as below:

 

KingCrab wrote:

It is synonyms1 rewriting an article to make synonyms5 and unqiue. It is synonmys6 done by replacing certain words with synonyms or semantics.

 

And as well the variation:

KingCrab wrote:

It is synonyms2 rewriting an article to make synonyms3 and unqiue. It is synonmys6 done by replacing certain words with synonyms or semantics.

 

Hope you can get the picture on how the article rewriter works.

codex
codex's picture
User offline. Last seen 18 weeks 4 days ago. Offline
Joined: 11/12/2009
Posts: 161
Re: Is it possible to make artice rewriter using winautomation?

Well, if the various synonyms are being given in the form {syn1|syn2|syn3} then we are talking about article spinning and WinAutomation can handle this easily. However, it is not possible to create a job that will automatically determine which words to change and how to change them. If you want to use a service (e.g. http://www.articlechanger.net/), then you can probably do this with the "Download from Web" action.

__________________

Error is not blindness, error is cowardice

__________________

Error is not blindness, error is cowardice

masterwaldo
User offline. Last seen 7 weeks 5 days ago. Offline
Joined: 12/15/2009
Posts: 24
Re: Is it possible to make artice rewriter using winautomation?

codex wrote:

Well, if the various synonyms are being given in the form {syn1|syn2|syn3} then we are talking about article spinning and WinAutomation can handle this easily.

 

Can you share the idea on how to make one using WinA?

Jag Foo
User offline. Last seen 1 year 43 weeks ago. Offline
Joined: 07/03/2009
Posts: 31
Re: Is it possible to make artice rewriter using winautomation?

masterwaldo wrote:

codex wrote:

Well, if the various synonyms are being given in the form {syn1|syn2|syn3} then we are talking about article spinning and WinAutomation can handle this easily.

 

Can you share the idea on how to make one using WinA?

 

Hi Waldo,

 

You can check out this thread:

http://winautomation.com/forum/article-spinning-qu...

 

WinAutomation is able to manipulate text like Codex stated. However it is not designed to spin articles on the fly like services such as ContentBoss where they have a ready-made database of words to tap on as well as their own algorithm to "auto-match" words/sentences to related ones.

 

That said, you can download results (spinned syntax) from sites like ContentBoss using the "Download from Web" action.

 

Cheers,

Jag