PeterRydberg
Newbie
- Sep 21, 2011
- 9
- 0
I have a list that look like this:
{a better way|an easy method|an easier way|a way|a means|a healthier way|exactly how|a great way}
{wounds|injuries|incidents|problems|personal injuries|traumas|accidental injuries|damage|injury|accidents}
{a bunch of|a lot of|a number of|a variety of|lots of|numerous|several|a handful of|loads of|quite a few|plenty of|a great deal of|a considerable number of|some|a number|a nice selection of}
Etc..
I want a program reads a text, example:
"That's when she saw a better way of doing it."
and then outputs
"That's when she saw {a better way|an easy method|an easier way|a way|a means|a healthier way|exactly how|a great way} to do it."
What are my alternativs?
I have a huge list of over 16000 posts. (1-3 mb)
{a better way|an easy method|an easier way|a way|a means|a healthier way|exactly how|a great way}
{wounds|injuries|incidents|problems|personal injuries|traumas|accidental injuries|damage|injury|accidents}
{a bunch of|a lot of|a number of|a variety of|lots of|numerous|several|a handful of|loads of|quite a few|plenty of|a great deal of|a considerable number of|some|a number|a nice selection of}
Etc..
I want a program reads a text, example:
"That's when she saw a better way of doing it."
and then outputs
"That's when she saw {a better way|an easy method|an easier way|a way|a means|a healthier way|exactly how|a great way} to do it."
What are my alternativs?
I have a huge list of over 16000 posts. (1-3 mb)