Text Mining is a process of deriving high-quality information from unstructured (textual) information.
-2
votes
0answers
30 views
Generate tag cloud of words most different split on a variable in R
I have a questionnaire with one "open" text box, and 20,000 responses. I'm not planning to read all of them, but I'm thinking of interesting things to do with them. A general tag cloud would not be ...
3
votes
2answers
25 views
Multi-Label Document Classification
I have a database in which I store data based upon the following three fields: id, text, {labels}. Note that each text has been assigned to more than one label \ tag \ class. I want to build a model ...
0
votes
0answers
45 views
Text mining a csv to find interesting word associations
I have a csv file consisting 5 columns - Report Name, Year of Report, Summary of Report (around 300 words large), and the Agency the report pertains to.
Using Text mining techniques, I need to find ...
0
votes
0answers
37 views
Is there any Java based open source framework to find values from a text field based on key string with delimiter?
Is there any Java based open source framework to find values in a text field based on key string with delimiter?
Example:
Key: username
Start-Delimiter: ;
End-Delimiter: ;
Key: on
...
1
vote
1answer
42 views
Recreate same document term matrix with new data
Suppose I have text based training data and testing data. To be more specific, I have two data sets - training and testing - and both of them have one column which contains text and is of interest for ...
2
votes
1answer
62 views
R Text mining - how to change texts in R data frame column into several columns with bigram frequencies?
In addition to question R Text mining - how to change texts in R data frame column into several columns with word frequencies? I am wondering how I can manage to make columns with bigrams frequencies ...
0
votes
0answers
16 views
HTML mining - extract page fragments that contain semantic useful information
I have HTML documents (web pages) that are related to the subject T. Those documents contains areas with some information that are useful for me. I would like to extract those areas (sections).
...
0
votes
1answer
19 views
What is the way to represent factor variables in scikit-learn while using Random Forests?
I am solving a classification problem using Random Forests. For that I have decided to use Python library scikit-learn. But I am new to both Random Forest algorithm and this tool. My data contains ...
0
votes
1answer
27 views
Suggestion/Help regarding text mining
I need to do text mining on a single document using Map-Reduce concept.
A few of my friends suggested me to use Apache Lucene.
But after going thorugh few documents about Apache Lucene, I found that ...
0
votes
1answer
54 views
Parse Json to objects without any third party tools
Does anyone has an idea to how to parse Json using VB.NET without any third party tools? I know that there is the JSON.NET tool which parses the json string to objects and xml.
Can someone help me ...
1
vote
1answer
30 views
Location mining from text
I'm working on a text mining problem: extract the place from the text. The place could be either only states, or more specific such as name of a neighborhood in Chicago, or even a specific address. ...
0
votes
0answers
15 views
An up to date keyword set on global news
My question is not strictly binds to the topic of text mining, but maybe you can help.
I am hunting for a keyword set, which has the following criterions:
contains only english words/n-gramms or ...
0
votes
1answer
25 views
How to measure semantic relationship between two webpages
Let's assume, I am visiting a University webpage. There are many teacher profile there. Though these pages are not syntactically related, these are semantically related. How can I measure this type of ...
0
votes
4answers
77 views
Counting punctuation in text using Python and regex
I am trying to count the number of times punctuation characters appear in a novel. For example, I want to find the occurrences of question marks and periods along with all the other non alphanumeric ...
0
votes
0answers
25 views
Problem with generating document term matrix with 'tm' package in R using Russian language documents
I'm having some problems with the resulting Document Term Matrix in R. My documents are in Russian and encoded in UTF-8, but the DTM, when produced, represents the characters incorrectly.
This is my ...
0
votes
0answers
66 views
Text mining with r package tm(): “Error in if (vectorized && (length <= 0))”
I am trying to use tm() on a data frame with texts, but this error keeps on appearing: "Error in if (vectorized && (length <= 0)) stop("vectorized sources must have positive length") :
...
-1
votes
1answer
56 views
How can I process Chinese/ Japanese characters with R [closed]
I would like to be able to use a tm like package to be able to split and identify non English characters (mainly Japanese/Thai/Chinese) with R. What I would like to do is convert it into some sort of ...
2
votes
1answer
123 views
extract semi-structured text from Word documents
I want to text-mine a set of files based on the below form. I can create a corpus where each file is a document (using tm), but I'm thinking it might be better to create a corpus where each section ...
0
votes
1answer
43 views
Determine top word/phrase across multiple documents
How do I determine the top word/phrase across multiple documents. For example, I want to find out the top word/phrase from different email messages or the texts of different books. Of course, I can ...
1
vote
1answer
108 views
Text-mining with the tm-package - word stemming
I am doing some text mining in R with the tm-package. Everything works very smooth. However, one problem occurs after stemming (http://en.wikipedia.org/wiki/Stemming). Obviously, there are some words, ...
5
votes
7answers
223 views
Visualise distances between texts
I'm working on a research project for school. I've written some text mining software that analyzes legal texts in a collection and spits out a score that indicates how similar they are. I ran the ...
2
votes
2answers
70 views
Find the 10 most frequently occurring words with morphology [closed]
Please tell me how to solve this problem better.
I have the text of the Russian and I want to find the 10 most common words with morphology.
Maybe there is any open source libraries to solve this ...
0
votes
0answers
48 views
findAssocs and numeric(0)
I am attempting to find words associated with a particular word in a term document matrix using the tm package.
I always getting numeric(0) as my result
example;
findAssocs(myTdm, "evrensel", 0.25)
...
1
vote
1answer
88 views
How to identify a new pattern in a URL with a machine learning algorithm (Text mining)
I am trying to identify new patterns after analyzing a number of URLs. So let's say, I am investigating the hypothetical website Yoohle.com and their URLs have the following structure.
domain = ...
0
votes
1answer
33 views
How to fetch information in XML format from Nutch spidered webpages database
I'm trying to build books aggregation portal. Nutch provides me excellent web crawler, but I want very specific information like, book title, book price, ISBN, author etc. How to extract that ...
-4
votes
1answer
49 views
Pattern recognition in URLs [closed]
I am trying to build a model that can identify new patterns in a URL. So if I have a test set like the following (think about thousands of URLs in the training set instead of 3 like below):
...
-1
votes
2answers
49 views
Cluster text documents in database
I do have 20.000 text files loaded in PostgreSQL database, one file in one row, all stored in table named docs with columns doc_id and doc_content.
I know that there is approximately 8 types of ...
0
votes
1answer
52 views
extract text from google scholar
I am trying to extract the text from the test snippet that google scholar gives for a particular query. By text snippet I mean the text below the title (in black letter).
Currently I am trying to ...
0
votes
1answer
57 views
CLUTO Document Term Matrix to tm DocumentTermMatrix
I have a document term matrix in cluto format:
#Document #Term #TotalItem
term-x weight-x term-y weight-y (for only nonzeros terms, a row per document)
Instead of a corpus, I want to create ...
0
votes
0answers
68 views
scoring function in text mining model in C++
Hello guys really need your help i am working on this function already for five hours but it's not working still. I need to do scoring function, this function would need to scan trough two tables ...
2
votes
1answer
366 views
Emoticons in Twitter Sentiment Analysis in r
How do I handle/get rid of emoticons so that I can sort tweets for sentiment analysis?
Getting:
Error in sort.list(y) :
invalid input
Thanks
and this is how the emoticons come out looking from ...
0
votes
2answers
90 views
lexical-level similarity word clustering tool
Is there any open software toolkit that compares the lexcial-level similarities among words and group similar words together? For example, Blue jean, Blue jeans, and blue jea (miss-spelled) should be ...
2
votes
1answer
94 views
separate meaningful words from text file using C# or any open source text mining API
I am working on a video processing project in which i extract text from video given as input and save that text in a text file.I have the text which has garbage text as well as words , i now need to ...
3
votes
1answer
153 views
how to read text in a table from a csv file
I am new using the tm package. I want to read a csv file which contents one column with 2000 texts and a second column with a factor variable yes/no into a Corpus. My intention is to convert the text ...
0
votes
1answer
51 views
Scanning through large text corpus counting phrases in vocabulary
I need to scan a corpus of around 1.5 million text documents and match any set of words, of length between 1 and 4, against a vocabulary of around 1.8 million phrases.
Extracting the word n-grams ...
1
vote
1answer
75 views
Produce a DocumentTermMatix that includes given terms in R
I'm producing a DocumentTermMatrix using tm on a corpus, using only terms which occur quite frequently. (ie MinDocFrequency=50)
Now I want to produce a DTM with a different corpus, but counting ...
3
votes
3answers
166 views
Text Mining - most common words, normalized
first question on stackoverflow, appreciate any help.
I am a researcher and have about 17,000 free-text documents of which around 30-40% are associated with my outcome. Is there an open-source tool I ...
2
votes
0answers
112 views
sentiment analysis algorithm advice [closed]
I have implemented simple naive bayes classifier and k-nn for sentiment analysis. I am doing comparative study on algorithms for sentiment analysis.
I want to implement one more algorithm for ...
2
votes
1answer
210 views
Make dataframe of top N frequent terms for multiple corpora using tm package in R
I have several TermDocumentMatrixs created with the tm package in R.
I want to find the 10 most frequent terms in each set of documents to ultimately end up with an output table like:
corpus1 ...
0
votes
1answer
59 views
findassoc function in tm package of R giving error
I have a term document matrix build from youtube comments
about 977 documents
created a term document matrix using:
dtm <- DocumentTermMatrix(doc_corpus)
and then on applying the function
...
-1
votes
1answer
80 views
How to represent bi-grams [closed]
I'm working on a system/algorithm that will detect topics in a stream of tweets.
What I'll do is remove the stop words, emoticons, urls, etc. and I'm thinking about representing the tweet as ...
1
vote
1answer
112 views
Cosine similarity returning wrong distance
I have two vectors represented as a HashMap and I want to measure the similarity between them. I use the cosine similarity metric as in the following code:
public static void ...
-2
votes
1answer
79 views
Articles for text mining [closed]
I am looking for a news archive service, which can provide me news articles for last few years related to a specific company. It would be great if the articles are present in text files. I need the ...
2
votes
2answers
544 views
Sentiment Analysis on LARGE collection of online conversation text
The title says it all; I have an SQL database bursting at the seams with online conversation text. I've already done most of this project in Python, so I would like to do this using Python's NLTK ...
0
votes
1answer
149 views
Compute cosine similarities between documents in semantic space, using R-lsa package
I'm trying to cluster similar documents using the R language.
As a first step, I compute the term-document matrix for my set of documents.
Then I create the latent semantic space for the ...
0
votes
0answers
93 views
Parameter Optimization & Attibute Selection with Weka
I want to set the -C Parameter in J48 and run three feature selection algorithms which are stored inside a hashtable. I want to compare the performance of the three like accuracy, true positive, true ...
0
votes
0answers
27 views
Any script that counts frequencies of function calls in a php file
I wonder if there is any script that counts the frequencies of all function calls in some php files.
I am looking for this because I think having a report of function call frequencies might be very ...
2
votes
0answers
144 views
Exporting Corpus from TM in R
I'm trying to export Corpus objects from R to static files. The corpora contain stemmed documents created by parsing existing preprocessed files in the file system. The author describes a method to do ...
0
votes
1answer
71 views
Orange textmining
I am using Orange datamining software to try and look at data in a text file and see if I can discover anything. When I add the text-file, it asks for a .app file. I do not know how to convert a text ...
3
votes
3answers
312 views
create a Corpus from many html files in R
I would like to create a Corpus for the collection of downloaded HTML files, and then read them in R for future text mining.
Essentially, this is what I want to do:
Create a Corpus from multiple ...
