What would be an intelligent way to store text, so that it can be intelligently parsed and translated later on.
I have 开发者_运维知识库been working on NLP and using notepad++ for handling text files. It\'s good and some cases but problem is cant workout much with large scale files with lot of texts. VIM is not
I did some searching but haven\'t landed anything that looks useful yet but I am wondering if anyone knows of something (tool,lib etc) that can parse English phrases and translate them into a cron str
I\'m trying to load some corpora I installed with the NLTK installer but I got a: >>> from nltk.corpus import machado
For a linguistics course we implemented Part of Sp开发者_高级运维eech (POS) tagging using a hidden markov model, where the hidden variables were the parts of speech. We trained the system on some tagg
What is the original source for the thesaurus data in Aiksaurus? Is it pos开发者_开发问答sible to get data about antonyms for a word from Aiksaurus?I\'ve never used Aiksaurus, but it seems to based o
When the user visits the site, I can get their country code.I want to use this to set the defa开发者_如何学JAVAult language (which they can later modify if necessary, just a general guess as to what l
I have some input text, which contains one or more human person names. I do not have any dictionary for these names. Which Java library can help me to define names from my input text?
I am using the Stanford Natural Language processing toolkit. I\'ve been trying to find spelling errors with Lexicon\'s isKnown method, but it produces quite a few false positives. So I thought I\'d lo
Suppose I want to match address records (or person names or whatever) against each other to merge records that are most likely referring to the same address. Basically, I guess I would like to calcula