Is there any software or service or AI program who can rebuild an English paragraph using different set of vocabulary, grammar rules etc.
I mean to say, if the source paragraph is
“Gwalior is a good tourist place near to Jhansi. Jhansi is very famous due their queen Rani Laxmi Bai (Manikandana)”
Any software can generate its version or pattern like
“Rani Laxmi Bai (Manikandana) was the queen of Jhansi which is nearer to a good tourist palace Gwalior.”
Or something else. I know that 100% correctness is not possible until human intervention.
AI text generators generate texts from structured big data using – as the name suggests already – artificial intelligence. They are able to recognize both patterns and trends based on what has been written so far by humans and suggest new ideas to create more and sometimes even better texts.
Microsoft and Cambridge University researchers have developed artificial intelligence that can write code and called it DeepCoder. The tool can write working code after searching through a huge code database.
Yes, if you're looking to pursue a career in artificial intelligence and machine learning, a little coding is necessary.
They can combine styles, concepts, and attributes to create extraordinarily artistic and relevant images based on the written prompt. By analysing the internet's worth of images and their written descriptions, AI image generators learn what objects are and how they relate to each other.
This guy wrote a JavaScript app that generates corporate bullshit ready for distribution (He's also got a great buzzword bingo generator). It's not AI, it just simply follows linguistic rules. From what I understand of your question, you don't need AI, you could learn a lot from just studying what this guy did. He seeds the program with nouns, verbs, adjectives, adverbs, etc and generates text that your eyes can parse (it's grammatical but it doesn't necessarily make sense). If you're looking for something to write your thesis paper, you have a lot more looking to do.
From you're question, it looks like you're also looking for a program to parse English and generate the seed data for the formerly mentioned generator. Abiword uses such a grammar parser for grammar checking. I haven't looked at it in much depth, but I figure you could easily use it to list the parts of speech contained in a section of text. If you used this program to generate the seed data you could pump the output directly into the other program to generate more text.
The python NLTK library does natural language parsing, including building parse trees which include whether a word is a verb, noun, tense etc. Perhaps you could take these trees and re-organize them according to some simple rules you come up with and verify. I don't think you would need too many rules before the results of your program are very different from the source document. Some example rules:
http://www.nltk.org/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With