02-05-2014, 12:17 AM
-This is one of my first programs which was made a while ago.
-It allows you to input spintax sentences and generate comments from them.
-You can also use multiple spintaxes to have more generated comments.
-An example is this:
{Cat|Dog} is {small|big}{!|.}
-So the result would be:
Dog is small!
Cat is small!
Dog is big.
Dog is big!
Cat is big.
Cat is big!
Dog is small.
Cat is small.
-Now you can export all the comments in a text file and import them in services like U2bviews or any other.
-If you got long spintax sentences, make sure to increase number of combinations per pattern.
-You can also randomize the list to make it look natural.
-Also you can remove the duplicates. Duplicates may appear if your sentence is short and you have too many combinations per pattern.
-Screenshot:
-It allows you to input spintax sentences and generate comments from them.
-You can also use multiple spintaxes to have more generated comments.
-An example is this:
{Cat|Dog} is {small|big}{!|.}
-So the result would be:
Dog is small!
Cat is small!
Dog is big.
Dog is big!
Cat is big.
Cat is big!
Dog is small.
Cat is small.
-Now you can export all the comments in a text file and import them in services like U2bviews or any other.
-If you got long spintax sentences, make sure to increase number of combinations per pattern.
-You can also randomize the list to make it look natural.
-Also you can remove the duplicates. Duplicates may appear if your sentence is short and you have too many combinations per pattern.
-Screenshot: