0
votes
1answer
65 views

Textanalysis for everyday use and language learning

Hi was learning vocabulary based on a frequency list a few days ago. It was the 5000 most used english words. I would like to be able to generate my own vocabulary list/tables based on word frequency. ...
1
vote
1answer
63 views

Timeline Detection

I am trying to do a timeline detection problem using text classification. As a newbie I am confused as to how I can go about with this. Is this a classification problem? i.e, Can I use the ...
1
vote
2answers
863 views

How can i cluster document using KMean (Flann with python)?

I want to cluster documents based on Similarity. I haved tried ssdeep (similarity hashing) , very fast but i was told that KMeans is faster and flann is fastest of all implementations, and more ...
2
votes
1answer
146 views

NLP text annotation storage and access

I have a large corpus of text (10 million sentences or so) which I'd like to preprocess with various NLP tools (POS tagger, Syntax parser, Dependency Parser, etc). I need to store the various ...
3
votes
1answer
189 views

Adding new terms to a bag-of-words model

I'm using k-means clustering to group a set of news items. I'm using the bag-of-words model to represent the documents, more specifically, each document is represented as the term frequency vector. ...
-7
votes
1answer
84 views

How can I represent a knowledge base in java to store the unknown numbe of films names [closed]

I need to store list of films' names in knowledge base ? this is the theoretical issue but How can I represent knowledge base in any programming language ? should I use collections such as arrays or ...
0
votes
3answers
88 views

How to evaluate and explain the trained model in this machine learning?

I am new in machine learning. I did a test but do not know how to explain and evaluate. Case 1: I first divide randomly the data (data A, about 8000 words) into 10 groups (a1..a10). Within each ...
1
vote
1answer
61 views

Reaching an appropriate balance between performance and scalability in a large database

I'm trying to determine which of the many database models would best support probabilistic record comparison. Specifically, I have approximately 20 million documents defined by a variety of attributes ...
6
votes
4answers
498 views

When are n-grams (n>3) important as opposed to just bigrams or trigrams?

I am just wondering what is the use of n-grams (n>3) (and their occurrence frequency) considering the computational overhead in computing them. Are there any applications where bigrams or trigrams are ...
2
votes
1answer
253 views

Any better pre processing library or implementation in python?

I need to pre-process some text documents so that I can apply classification techniques like fcm e.t.c and other topic modeling techniques like latent dirichlet allocation e.t.c To elaborate a bit in ...
1
vote
3answers
133 views

How to detect if a event/action occurred from a text?

I was wondering if there's a NLP/ML technique for this. Suppose given a set of sentences, I watched the movie. Heard the movie is great, have to watch it. Got the tickets for the movie. I am at ...
2
votes
1answer
1k views

OpenNLP Name Finder

I am using the NameFinder API example doc of OpenNLP. After initializing the Name Finder the documentation uses the following code for the input text: for (String document[][] : documents) { for ...
1
vote
1answer
229 views

Mining Twitter Data to find insights about a user?

I am starting with a project that shall be analyzing a user's interests and engagement through his twitter profile. What sort of metrics can be obtained by analyzing his twitter data ? The things I ...
0
votes
1answer
389 views

Method/Tool for Extracting Keywords from List of Sentences

I have a large list of sentences and would like to tag each of them with their own unique keywords, to help me identify which sentences are similar for grouping purposes. As an example: The dog ...
3
votes
2answers
287 views

Develop algorithm to analyze words

I have am working on a project where I have seven "posts." The posts are just a sentence or two about the subject. What I need to do is to develop an algorithm which looks through the posts and ...
5
votes
2answers
232 views

Techniques for calculating adjective frequency

I need to calculate word frequencies of a given set of adjectives in a large set of customer support reviews. However I don't want to include those that are negated. For example suppose my list of ...
3
votes
5answers
255 views

Determining the Similarity Between Items in a Database

We have a database with hundreds of millions of records of log data. We're attempting to 'group' this log data as being likely to be of the same nature as other entries in the log database. For ...
1
vote
3answers
205 views

text to facts for Inference Engine

I am looking for a program or algorithm that will analyze text and produce facts/rules from it that can be fed to an inference engine for question answering. Are there any good commercial or open ...
0
votes
2answers
295 views

Open source projects for email scrubbing generating structured data from unstructured source?

Don't know where to start on this one so hopefully you guys can clear up my question. I have project where email will be scrubbed for specific words/pasterns and stored in a structured matter. ...
2
votes
1answer
273 views

Using Natural Language Processing to parse websites

I'm interested generally in the data mining by crawling websites, but I've never been able to find a lot of documentation on the process I'd really like to implement. I'm very keen on the idea of ...
8
votes
4answers
999 views

NLP and Machine learning for sentiment analysis

I'm trying to write a program that takes text(article) as input and outputs the polarity of this text, weather its a positive or a negative sentiment. I've read extensively about different approaches ...
1
vote
1answer
93 views

How to classify text when pre defined categories are not available

I have a problem and not getting idea which algorithm have to apply. I am thinking to apply clustering in case two but no idea on case one: I have .5 million credit card activity documents. Each ...
7
votes
2answers
655 views

Latent Semantic Analysis concepts

I've read about using Singular Value Decomposition (SVD) to do Latent Semantic Analysis (LSA) in corpus of texts. I've understood how to do that, also I understand mathematical concepts of SVD. But ...
0
votes
1answer
641 views

Text mining - extract name of band from unstructured text

I'm aware that this is kind of a general, open-ended question. I'm essentially looking for help in deciding a way forward, and perhaps for some reading material. I'm working on an algorithm that ...
4
votes
1answer
454 views

Clustering conceptually similar documents together?

This is more of a conceptual question than an actual implementation and am hoping someone could clarify. My goal is the following: Given a set of documents, I want to cluster them such that documents ...
6
votes
1answer
516 views

The relationship between latent Dirichlet allocation and documents clustering

I would like to clarify the relationship between latent Dirichlet allocation (LDA) and the generic task of document clustering. The LDA analysis tends to output the topic proportions for each ...
8
votes
2answers
603 views

What are some good ways of estimating 'approximate' semantic similarity between sentences?

I have been looking at the nlp tag on SO for the past couple of hours and am confident I did not miss anything but if I did, please do point me to the question. In the mean time though, I will ...
4
votes
1answer
107 views

Discovering “templates” in a given text?

If I have significant amounts of text and am trying to discover templates that occur most frequently, I was thinking of solving it using the N-Gram approach and in fact it was suggested as a solution ...
2
votes
3answers
580 views

python data mining

I am not too much onto data mining but I require some ideas on clustering. Let me first describe my problem. I have a around 100 data sheets which contain user reviews. I am trying to find for ...
4
votes
3answers
525 views

Feature selection and unsupervised learning for multilingual data + machine learning algorithm selection

Questions I want to classify/categorize/cluster/group together a set of several thousand websites. There's data that we can train on, so we can do supervised learning, but it's not data that we've ...
6
votes
2answers
528 views

Can an author's unique “literary style” be used to identify him/her as the author of a text?

Let's imagine, I have two English language texts written by the same person. Is it possible to apply some Markov chain algorithm to analyse each: create some kind of fingerprint based on statistical ...
3
votes
2answers
597 views

Paraphrase recognition using sentence level similarity

I'm a new entrant into the NLP(Natural Language processing.As a start up project i'm developing a paraphrase recognizer(a system which can recognize two similar sentences).For that recognizer i'm ...
3
votes
2answers
707 views

Better distance metrics besides Levenshtein for ordered word sets and subsequent clustering

I am trying to solve a problem that involves comparing large numbers of word sets , each of which contains a large, ordered number of words from a set of words (totaling around 600+, very high ...
0
votes
2answers
90 views

Data mining termin “fledged”?

Please tell what is termin "full fledged KI"? As i understand it is part of data mining for text analyzing. Am i right? Some interesting and useful links will be fine! Thank you!!!
4
votes
2answers
77 views

Evaluate the content of a paragraph

We are building a database of scientific papers and performing analysis on the abstracts. The goal is to be able to say "Interest in this topic has gone up 20% from last year". I've already tried key ...
12
votes
4answers
821 views

How to find out if a sentence is a question (interrogative)?

Is there an open source Java library/algorithm for finding if a particular piece of text is a question or not? I am working on a question answering system that needs to analyze if the text input by ...
1
vote
2answers
65 views

How would you group up articles by context? - Natural Language

I have lists of articles made of: title, subtitle and body. Now I need to parse all these articles and group them up under different context categories or sub categories based on their possible ...
6
votes
3answers
360 views

Probabilistic Generation of Semantic Networks

I've studied some simple semantic network implementations and basic techniques for parsing natural language. However, I haven't seen many projects that try and bridge the gap between the two. For ...
6
votes
3answers
557 views

Indexing and Searching Over Word Level Annotation Layers in Lucene

I have a data set with multiple layers of annotation over the underlying text, such as part-of-tags, chunks from a shallow parser, name entities, and others from various natural language processing ...
3
votes
4answers
327 views

Keyword sorting algorithm

I have over 1000 surveys, many of which contains open-ended replies. I would like to be able to 'parse' in all the words and get a ranking of the most used words (disregarding common words) to spot ...
18
votes
7answers
7k views

Text mining with PHP

I'm doing a project for a college class I'm taking. I'm using PHP to build a simple web app that classify tweets as "positive" (or happy) and "negative" (or sad) based on a set of dictionaries. The ...
9
votes
1answer
3k views

Naive Bayesian for Topic detection using “Bag of Words” approach

I am trying to implement a naive bayseian approach to find the topic of a given document or stream of words. Is there are Naive Bayesian approach that i might be able to look up for this ? Also, i ...
2
votes
3answers
366 views

Extract small relevant bits text (as Google does) from the full text search results

I have implemented a full text search in a discussion forum database and I want to display the search results in a way Google does. Even for a very long html page only a two or three lines of the ...