A corpus most commonly refers to a collection of structure text.

learn more… | top users | synonyms

0
votes
0answers
7 views

Can you recommend a source of reference data for Fundamental matrix calculation

Specifically I'd ideally want images with point correspondences and a 'Gold Standard' calculated value of F and left and right epipoles. I could work with an Essential matrix and intrinsic and ...
0
votes
0answers
28 views

How can I train NLTK on the entire Penn Treebank corpus?

I was originally using the following Penn Treebank tagger from NLTK: POS_Tagger = UnigramTagger(treebank.tagged_sents(), backoff=DefaultTagger('NN')) However, this falls short on spoken text. For ...
1
vote
0answers
32 views

R tm: reloading a 'PCorpus' backend filehash database as corpus (e.g. in restarted session/script)

Having learned loads from answers on this site (thanks!), it's finally time to ask my own question. I'm using R (tm and lsa packages) to create, clean and simplify, and then run LSA (latent semantic ...
3
votes
2answers
249 views

How to create a word cloud from a corpus in Python?

From Creating a subset of words from a corpus in R, the answerer can easily convert a term-document matrix into a word cloud easily. Is there a similar function from python libraries that takes ...
-1
votes
0answers
26 views

nlp corpus for non english language

I am new to NLP, I want to work on developing a corpus for a language which does not have a standard corpus. The language does not use English alphabets. The corpus will then be manually annotated for ...
0
votes
0answers
23 views

RTE corpus for nltk with wikipedia and framenet

I want to create an rte corpus for nltk using wikipedia and frames. Is there any tool available to aid in this process?
0
votes
0answers
52 views

R tm package DataframeSource import

Reading a CSV into R and wanting to make a corpus from it with the tm package, but not getting the desired results. Currently, when I read in a CSV of text, then inspect the corpus, the data is all ...
0
votes
1answer
21 views

Attribute error while using Wordnet API with python 2.7.3

I installed nltk using pip install on python 2.7.3. When I run these commands import nltk from nltk.corpus import wordnet as wn dog = wn.sysnet('dog.n.01') I get the following error .. Traceback ...
0
votes
0answers
53 views

Annotating a corpus for SMS Text Normalization

I want to build an SMS Text Normalizer using Supervised Learning Techniques. SMS Text Normalization is the task of converting SMS lingo into correct English. eg) 'wts up? r u hme?' will become ...
1
vote
2answers
77 views

python library for identifying article topic

I have a large collection of articles, 80.000 and I want to extract those that are about one topic. Is there a python library or script in which i can input a manually chosen sample of articles about ...
2
votes
1answer
43 views

Given a list of dozens of words, how do I find the best matching sections from a corpus of hundreds of texts?

Let’s say I have a list of 250 words, which may consist of unique entries throughout, or a bunch of words in all their grammatical forms, or all sorts of words in a particular grammatical form (e.g. ...
2
votes
1answer
267 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 ...
1
vote
1answer
84 views

Creating a subset of words from a corpus in R

I have a 1,500-row vector created from a Twitter search using the XML package. I have then converted it to a Corpus to be used with the tm package. I want to ultimately create a wordcloud with some ...
0
votes
1answer
122 views

How to get the princeton WN sense id given a sense offset? Python-NLTK

I can get the sense offset from a princeton WN sense as marked in the NTLK corpus library: [in]:'dog.n.01' >>> from nltk.corpus import wordnet as wn >>> ss = wn.synset('dog.n.01') ...
0
votes
0answers
93 views

Good non-binary emotional corpus for Sentiment Analysis Training [closed]

So, similar questions have been asked, but this one is actually distinct from the others. I'm looking for a good corpus of preferably large text's that are tagged along emotional lines. The reason ...
2
votes
1answer
219 views

Which gensim corpora class should I use to load an LDA transformed corpus? - Python

How do I load an LDA transformed corpus from python's gensim ? What i've tried: from gensim import corpora, models import numpy.random numpy.random.seed(10) doc0 = [(0, 1), (1, 1)] doc1 = [(0,1)] ...
0
votes
0answers
88 views

R: is it possible to manipulate a corpus made with tm?

I made a corpus out of a dataframe called userbios that has three columns; list_id, twitter_id and bio. I then turned the userbios$bio column into a corpus and ran LDA on it. However, I realized ...
3
votes
3answers
428 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 ...
0
votes
1answer
429 views

How can I change the default Mysql connection timeout when connecting through python?

I connected to a mysql database using python con = _mysql.connect('localhost', 'dell-pc', '', 'test') The program that I wrote takes a lot of time in full execution i.e. around 10 hours. Actually, I ...
2
votes
1answer
92 views

Sentence segmentation and aligment in noisy text corpus

I have a parallel corpus which contains about 100,000 aligned paragraphs in Arabic and Persian. My corpus is a noisy corpus which its paragraphs are incomplete translation of each other (i.e., the ...
1
vote
1answer
81 views

Some problems with NLTK

I'm pretty new to Python and NLTK but I had a question. I was writing something to extract only words longer than 7 characters from a self made corpus. But it turns out that it extracts every word... ...
0
votes
1answer
108 views

How do I parse Wikipedia XML dumps into one document per line?

For a project, I need to convert a Wikipedia XML dump into a plain text corpus file which keeps one document per line. I have found several tools for splitting the XML dump into several different ...
1
vote
2answers
227 views

Any advice for crawling data from TripAdvisor

We are currently working on an NLP project and in need of a corpus that is intended to be extracted from tripadvisor.com. We are expecting the output as a couple of types: comment and the rating of ...
0
votes
0answers
63 views

is there a misspelled words list for multi languages?

I'm looking for misspelled, typo list for English, Turkish, German, Italian, Spanish. Where can I find? Another question, it is possible to produce typo list with an algorthm for each language?
0
votes
1answer
34 views

How to access a text file with Afrikaans language words as a nltk corpus

I have a text file with plain text sentences in the Afrikaans language. I would like to be able to perform nltk corpus functions on this text file, but can't find any examples of how to do this. I ...
1
vote
2answers
100 views

How do I create a DTM-like text matrix from a list of text blocks?

I have been using the textmatrix() function for a while to create DTMs which I can further use for LSI. dirLSA<-function(dir){ dtm<-textmatrix(dir) return(lsa(dtm)) } ...
3
votes
1answer
83 views

Search with attribute values correspondence in Lucene

Here's a text with ambiguous words: "A man saw an elephant." Each word has attributes: lemma, part of speech, and various grammatical attributes depending on its part of speech. For "saw" it is ...
1
vote
3answers
77 views

Is that a tag list or something else?

I am new to NLP and NLTK, and I want to find ambiguous words, meaning words with at least n different tags. I have this method, but the output is more than confusing. Code: def ...
0
votes
0answers
24 views

open text archive in multiple languages

I am looking for text archive(corpus) in multiple languages for some text analysis. Is there a free source that is consist of books, chat logs, news and slang conversations? Actually I can find some ...
0
votes
0answers
183 views

Google N gram Java API

I have manged to get some big chunk of Google N gram corpus on my machine. Now, I need to work with this data with help of Java API. Although,such an API I couldn't locate on the internet, I wish to ...
0
votes
1answer
55 views

Sample data or corpora for testing text processing functions?

I'm wondering if there are online sample texts that can be used for testing algorithms. For example, I'm whipping up a simple tokenization function and want to make sure it works for special cases ...
2
votes
1answer
29 views

Optimization of successive processing of large audio collection with several programs

I was given a task to process a large collection of audiofiles. Each file must be processed in four steps: convertion from .wav into raw pcm, resampling, quantization coding with one of three ...
0
votes
2answers
67 views

Suggest the steps for “Author Identfication”? [closed]

I have one project in that I want to indentify the author of given text, blogs for that how to create training data and corpus for specific author? Please suggest some links and also algorithm for ...
0
votes
0answers
135 views

Efficient plaintext corpus processing

this question is quite connected with my the other one from earlier (http://stackoverflow.com/questions/11814474/nltk-corpusreader-tokenize-one-file-at-the-time) but is different so I've started a new ...
2
votes
2answers
92 views

Serializing corpora with python

I have a huge database of forum data. I need to extract corpora from the database for NLP purposes. The extracting step has parameters (for example FTS queries), and I'd like to save the corpus with ...
2
votes
1answer
104 views

NLTK CorpusReader tokenize one file at the time

I have corpus of several hundred of documents and I am using NLTK PlaintextCorpusReader to process these files. The only problem is that I need to handle one file at the time in for cycle so I could ...
0
votes
1answer
178 views

Better to learn Latent Dirichlet Allocation on single corpus or multiple corpora when word usage may differ? [closed]

I am using Jonathan Chang's lda package for R comparing news stories from both state-friendly and independent media outlets in a non-democracy (for a similar approach, see Hall, Jurafsky, and ...
1
vote
1answer
507 views

Building your own text corpus

It may sounds stupid, but do you know how to build text corpus? I have searched everywhere and there is already existing corpus, but I wonder how did they build it? For example, if I want to build ...
2
votes
0answers
165 views

gawk running out of memory when going through large files: can i optimize my code?

I'm using gawk to go through a large textual corpus (about 3-4GB, a compilation of ebooks) in order to print out every association of 3 words that appears at least 3 times, in order to produce ...
1
vote
1answer
37 views

Are there any text corpora labeled with gender/age of authors?

Short texts (like tweets, blogposts, chat messages) are preferred
0
votes
2answers
287 views

synonym finder text-mining algorithm

I would like to create an automatic synonym finder algorithm (mostly for brand names). For example, if the user enters the word "Coca cola", I would like to return the word "Coke". This can easily be ...
0
votes
1answer
267 views

Create document-term matrix from dictionary

I'm trying to pre-process a text file, where each line is a bi-gram words of a document with their frequency in that document. here is an example of each line: i_like 1 you_know 2 .... not_good 1 ...
0
votes
2answers
139 views

“Cloning” a corpus in NLTK?

I'm attempting to create my own corpus in NLTK. I've been reading some of the documentation on this and it seems rather complicated... all I wanted to do is "clone" the movie reviews corpus but with ...
0
votes
1answer
432 views

create custom nltk corpus from tagged text file

after reading a lot of posts, I still have probs with making a custom corpus in nltk. I have a text file of tagged sentences, each item in the string of the form ... word/tag . I want to train a ...
0
votes
1answer
225 views

How to import nltk corpus in HDFS when I use hadoop streaming

I got a little problem I want to use nltk corpus in hdfs,But failed.For example I want to load nltk.stopwords in my python code. I use this ...
1
vote
1answer
102 views

named entity tagged corpus

I am looking for named entity tagged corpus for English news domain in text and speech (transcribed) at same period of time. If anybody has any information about the corpus please send me the link. ...
1
vote
2answers
181 views

Fake reviews datasets

There are datasets with usual mail spam in the Internet, but I need datasets with fake reviews to conduct some research and I can't find any of them. Can anybody give me advices on where fake reviews ...
0
votes
0answers
48 views

Detecting Corporate IP Blocks [closed]

How can i detect Ips of Corporate like Google's Offices, and other Like Apple. Also these companies operate around the globe. How is network Routed through same ip block from USA, UK,India ? PS. Do ...
0
votes
1answer
154 views

Dataset help for TF-IDF and Vector Model

I want to compare TF-IDF, Vector model and some optimization of TF-IDF algorithm. For that I need a dataset (at least 100 documents of English text). I am not able to find one. any suggestions ?
0
votes
1answer
215 views

How to load multiple XML files of corpora with NLTK and use it as a whole with Text class?

Folks, I've put together a set of corpora for NLTK which are basically simple XML files. I can load it just fine like that: >>> from nltk.corpus import cicero >>> print ...

1 2 3