If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.
Register Today on DNForum IT'S FREE!Hi, I am looking for a domain name parsing script...but not in the normal sense where you seperate the TLD from the name and stuff. I need to take the name (second level domain) and seperate the logical words. An example is "thisismydomainname" should be parsed to "this is my domain name" so that I can get logical keyword comparison. I have done some research and it may be possible to do this using the Google API's spell check functions but this is very limited, does anybody know of a better way?
PS. I am currently splitting the word into parts randomly and checking them at Dictionary.com to see if they are words, but Dictionary.com will return results also if it is an acronym or something else. Doesnt work all that well.
Hi cillosis,
you can use a dictionary file like this one: http://groups.csail.mit.edu/uid/6.83...outs/ps0/words
just run a script check and get the words out. Next you'll need to put some syntax grammar (for the 'a' 'is' etc). Good luck
Bookmarks