Hello...
I have been working on an online content rewrite tool. It's still a work in progress.
Can you all try it and critique it for me?
Content Rewrite Engine
Thanks
You may be on to something. Yes, I could incorporate phrase replacement into the script. In fact, I could create a database that is strictly phrases and give users the option of individual word replacement or phrase replacement.
If phrase replacement shows to work better than word replacement, then I would abandon the word database entirely.
Thanks for the excellent critique.
I think that doing the phrase replacement is not a technically challenging task. But coming up with a phrase replacement list will take some time and effort. I suspect that in order to be a useable program, the phrases must number into the thousands, don't you think?
Let's say that you make a list of 2 or 3 thousand phrases, along with 1 or 2 substitutes for each phrase - that's a lot of phrases! I've searched for such a list, but haven't been able to find one. I'd be willing to bet that such a list does exist somewhere.
If you happen to find a comprehensive phrase list, please let me know!
Wow that's a really cool and good idea. If you could tell the script to use a word as a noun then tell it to use the same word as a verb that would increase accuracy a great deal.
[word]^noun
[word]^verb
[word]^my synonym list
Thanks for the input. I have been busy as of late with other projects and haven't had time to address some of the ideas presented.
I tried using it but it split up too many words for me to use, for example:
researchers: it gave me the option to change the "search" part of researchers which is just annoying since it did that on a lot of words, I think it should only match whole words
Just had a look at your demo. I'm thinking of making something like this myself, although I have a slightly different idea of how to go about things that I won't discuss here. A few pointers:
1) You NEED a natural language parser. Visit hxxp://opennlp.sourceforge.net/projects.html to get some ideas on how to go about it the hard way. There is an easy way involving Google's API but it isn't as accurate. You have to reach a balance between the two (or come up with something new altogether).
2) Thesaurus files are useful but they do tend to give weird results sometimes. A good trick if you're just spinning keywords is to determine whether other websites with similar keywords also have the suggested replacement within their keywords. If they do, there's a good bet that the replacement makes sense, and even if it doesn't make sense to a human at least a search engine will like it.
3) I appreciate that you may have your reasons for coding this as a web app, but if it's gonna output quality articles in bulk, it will have to plunder server resources. Since investing in private hosting wouldn't really make sense at this point, I recommend coding this in a .NET language and distributing it as an installable. Alternatively, you could always leave what you have on the server and embed the more demanding code as Silverlight, that way it would run client side (which is also why I recomment .NET so you can always change your mind between the two later).
EDIT:
4) About phrase replacement: What you need is an idioms dictionary. There are bound to be one or two in XML format that you can download that will suit your needs perfectly. Alternately, you can always scrape it off idioms.thefreedictionary.com.
If you're looking for someone to help you with the phrases, you can contact my friend Elena - ICQ 353013665. She's looking for this kind of jobs![]()