Natural language processing (NLP) is a subfield of artificial intelligence that involves transforming or extracting useful information from natural language data.
I need to take a paragraph of text and extract from it a list of "tags". Most of this is …
php nlp stemming snowball porter-stemmerThis may be a little early to ask this, but I'm running Windows 10 Technical Preview Build 10122. I'd like to set …
scripting nlp windows-10 cortanaI am training the NaiveBayesClassifier in Python using sentences, and it gives me the error below. I do not understand …
python nlp nltk sentiment-analysis textblobI am new to text mining. I am using a open source jar (Mate Parser) which gives me output in …
nlp text-parsing text-mining information-extractionI have a trained Word2vec model using Python's Gensim Library. I have a tokenized list as below. The vocab …
python nlp gensim word2vec topic-modelingThe English language has a couple of contractions. For instance: you've -> you have he's -> he is …
python nlp text-processingI have around 100 megabytes of text, without any markup, divided to approximately 10,000 entries. I would like to automatically generate a …
algorithm nlp text-processingI need a good python module for stemming text documents in the pre-processing stage. I found this one http://pypi.…
python module preprocessor nlp stemmingI'm Working on document classification tasks in java. Both algorithms came highly recommended, what are the benefits and disadvantages of …
java machine-learning nlp