Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
2k views

Creating a new corpus with NLTK

I reckoned that often the answer to my title is to go and read the documentations. but i ran through the http://www.nltk.org/book but it doesnt give the answer. i'm kind of new to python. I have a ...
6
votes
1answer
719 views

How to create corpus or corpora for classifying text in NLTK?

I'm building a classifier text. 1, Have 10 categories, each category have more relative keywords. 2, Now, I have a text. I need classify it into one category 3, I use NLTK but I don't know how to ...
5
votes
1answer
197 views

Corpus/data set of English words with syllabic stress information?

I know this is a long shot, but does anyone know of a dataset of English words that has stress information by syllable? Something as simple as the following would be fantastic: AARD vark A ble a ...
5
votes
2answers
319 views

How to strip headers/footers from Project Gutenberg texts?

I've tried various methods to strip the license from Project Gutenberg texts, for use as a corpus for a language learning project, but I can't seem to come up with an unsupervised, reliable approach. ...
4
votes
5answers
101 views

java tokenize big files to hashtable

I'm having this problem: I'm reading 900 files and, after processing the files, my final output will be an HashMap<String, <HashMap<String, Double>>. First string is fileName, second ...
4
votes
1answer
166 views

Python - Search for items in hundreds of large, gzipped files

Unfortunately, I'm working with an extremely large corpus which is spread into hundreds of .gz files -- 24 gigabytes (packed) worth, in fact. Python is really my native language (hah) but I was ...
3
votes
2answers
161 views

which similarity function of nltk.corpus.wordnet is Appropriate for find similarity of two words?

which similarity function in nltk.corpus.wordnet is Appropriate for find similarity of two words? path_similarity()? lch_similarity()? wup_similarity()? res_similarity()? ...
3
votes
1answer
158 views

Russian-to-English Parallel Word Corpus?

I am looking for a simple Russian to English word corpus. It can be as simple as a csv that lists a russian word in the first column and the equivalent English word in the second. Any ideas where I ...
3
votes
2answers
768 views

Need free English dictionary or Corpus, ultimately for a MySQL database

I'm trying to find a free downloadable dictionary (or Corpus might be the better word) which I can import into MySQL. I need to words to have the type (noun, verb, adjective) associated with them. Any ...
3
votes
6answers
416 views

NLP: Building (small) corpora, or “Where to get lots of not-too-specialized English-language text files?”

Does anyone have a suggestion for where to find archives or collections of everyday English text for use in a small corpus? I have been using Gutenberg Project books for a working prototype, and ...
2
votes
1answer
35 views

Corpus of user interactions for AI?

Is there any corpus that contains anonymized user interactions? As in, many call services and online chat support things have notes that you "may be recorded for the...etc...", so has anyone collected ...
2
votes
2answers
73 views

Python Data Structure for Treebank?

I'm looking for a Python data structure that handles the Penn Treebank structure. This is a sample of what the Treebank looks like: ( (S (NP-SBJ (PRP He) ) (VP (VBD shouted) ) (. .) )) ...
2
votes
0answers
85 views

Where can I find a large corpus of chess commentary? [closed]

I'm hoping to find a corpus of play-by-play style commentary* for an NLP project that involves predicting game outcomes from such commentary. I can't shake the feeling that with the huge interest in ...
2
votes
1answer
196 views

understanding semcor corpus structure h

I'm learning NLP. I currently playing with Word Sense Disambiguation. I'm planning to use the semcor corpus as training data but I have trouble understanding the xml structure. I tried googling but ...
2
votes
2answers
175 views

Where to find wordlists with gender and plural for German?

I'm trying to write a simple text mining application to try to tell a German word's gender and plural form. So, first of all, I need a big wordlist for training. I've searched around but could not ...
2
votes
3answers
444 views

Free Tagged Corpus for Named Entity Recognition

I am looking for a free tagged corpus for a system to train on to for Named Entity Recognition. Most of the ones I find (like the New York Times one) are expensive and not open. Can anyone help?
2
votes
1answer
64 views

converting a treebank of vertical trees to s-expressions

I have a collection of parse trees, and they are in this ascii representation where indentation determines the structure (and closing brackets are implicit). I need to convert them to s-expressions so ...
1
vote
2answers
42 views

Is there any Treebank for free?

Is any place I can download Treebank of English phrases for free or less than $100? I need training data containing bunch of syntactic parsed sentences (>1000) in English in any format. Basically all ...
1
vote
2answers
49 views

Wordnet (Word Sense Annotated) Corpus

I've been utilizing lots of different corpus' for natural language processing, and I've been looking for a corpus that has been annotated with Wordnet Word Senses. I understand that there probably is ...
1
vote
1answer
39 views

Using my own corpus for category classification in Python NLTK

I'm a NTLK/Python beginner and managed to load my own corpus using CategorizedPlaintextCorpusReader but how do I actually train and use the data for classification of text? >>> from ...
1
vote
0answers
36 views

Document classification with Bayes (using R) - some questions about testing [migrated]

I want to build document classificator in R, using Naive Bayes Approach. Here are steps, that I've done so far: I have corpus with about 30 documents of 2 authors (Classes are: "target author" and ...
1
vote
0answers
22 views

Creating corpora for tgrep2 from bracket-delineated trees

How do I create a tgrep2-able corpus file from bracket- (or roundbrace-) delineated trees in a text file? I've done a bit of looking now and only see how to convert from tgrep to tgrep2 filetypes. TFM ...
1
vote
2answers
95 views

Where can I find texts that describe topic-specific events?

So, some background: I'm trying to train a ML system to answer questions about events, where both the event descriptions and questions are posed in natural language; the event descriptions are ...
1
vote
1answer
78 views

A corpus with semantic role tags for an NLP application

So, I've constructed a NLP program that learns to extract a semantic event description from a sentence, but right now my training set is limited to sentences I've parsed into semantic event components ...
1
vote
0answers
58 views

English Grammar / Vocab tools?

I'm looking for data/libraries useful for analyzing English vocabulary and grammar. I'm attempting to build my own analysis software as a side-project of mine (e.g. read in a paragraph, and get some ...
1
vote
1answer
126 views

CWB encoding Corpus

According to the Corpus Work Bench, to encode a corpus i need to use the cwb-encode perl script "encode the corpus, i.e. convert the verticalized text to CWB binary format with the cwb-encode tool. ...
1
vote
1answer
152 views

TF-IDF Corpus Is it possible to use dispersion

I am developing some software which aims to uniquely identify a web page, by performing TF-IDF (comparing with a general English corpus to remove common words). It took a while to find a good free ...
1
vote
1answer
158 views

How to build a IMS open source corpus workbench and NLTK readable corpus?

Currently i've a bunch of .txtfiles. within each .txt files, each sentence is separated by newline. how do i change it to the IMS CWB format so that it's readable by CWB? and also to nltk format. Can ...
1
vote
3answers
319 views

Word frequency tally script is too slow

Background Created a script to count the frequency of words in a plain text file. The script performs the following steps: Count the frequency of words from a corpus. Retain each word in the corpus ...
1
vote
2answers
826 views

How do I count words in an nltk plaintextcorpus faster?

I have a set of documents, and I want to return a list of tuples where each tuple has the date of a given document and the number of times a given search term appears in that document. My code ...
1
vote
3answers
31 views

Looking for data set to text FULLTEXT style searches on

I am looking for a corups of text to run some trial fulltext style data searches across. Either something I can download, or a system that generates it. Something a bit more random would be better ...
1
vote
1answer
611 views

List of proper names?

I'm trying to filter names out of text blobs. Currently I'm just generating a words list and filtering it by hand but I've got ~8k words to go so I'm looking for a better way. I could grab a ...
1
vote
3answers
458 views

CORPUS resource

I am designing an Automatic text summarizer. One of the major modules in this project requires TRAINING CORPUS. Can someone please help me out by providing TRAINING CORPUS or referring some link to ...
0
votes
1answer
118 views

Does anyone have a Categorized XML Corpus Reader for NLTK?

Has anyone written a Categorized XML Corpus reader for NLTK? I'm working with the Annotated NYTimes corpus. It's an XML corpus. I can read the files with XMLCorpusReader but I'd like to use some of ...
0
votes
0answers
46 views

Student answer evaluation corpus [closed]

I'm trying to build a student answer evaluation system.For that i'm in need of a standard corpus(dataset) for training and testing of the machine learning based classifier that i'm using.I have come ...
0
votes
1answer
84 views

Can someone explain how this mgiza script works?

$:~/mgizapp/scripts$ ./plain2snt-hasvcb.py Error, the input should be ./plain2snt-hasvcb.py evcb fvcb etxt ftxt esnt(out) fsnt(out) evcbx(out) fvcbx(out) You should concatenate the evcbx and fvcbx to ...
0
votes
1answer
146 views

how to i tag textfiles with hunpos in nltk?

Can someone help me with the syntax for hunpos tagging a corpus in nltk? what do i import for the hunpos.HunPosTagger module? ...
0
votes
1answer
186 views

java gate api. Creating pipeline with success, how can i get the annotationsets from the docs processed?

sorry in advance for my poor grammar. I have created a pipeline with GATE API, i run it successfully. I created a serialanalysercontroller like this: pipeline = ...
0
votes
1answer
274 views

NLTK: Creating a corpus from a collection of strings

Is there a way to create a corpus without having to have items in files. For instance I want to manipulate Tweets or paragraphs that I am grabbing from the web, can I do something like: myCorpus = ...
0
votes
0answers
81 views

Paraphrase evaluation corpora

Is there a corpus other than MSRPC (Microsoft Research Paraphrase Corpus) for evaluating Paraphrase recognition approaches? I'm using MSRPC but I'm in need of other corpora for evaluating my approach. ...
0
votes
1answer
16 views

Data on the Frequency of Edit Operations Required to Correct a Misspelt Word

Does anybody know of any data that relates to the frequency of the types of mistakes the people make when they misspell a word? I'm not referring to words themselves, but tje errors that are made by ...
0
votes
1answer
44 views

Where can I get raw news articles from the last year?

I'm writing some code that calculates certain statistics about word usages. Does anyone know where I can find a database of raw news articles from various topics over a period of (say) the last ...
0
votes
4answers
57 views

Assistance with Find and Replace Regex

I have a text file, and each line is of the form: TAB WORD TAB PoS TAB FREQ# Word PoS Freq the Det 61847 of Prep 29391 and Conj 26817 a Det 21626 in Prep 18214 to Inf 16284 it Pron 10875 is Verb ...
0
votes
3answers
263 views

How was the Google Books' Popular passages feature developed?

I'm curious if anyone understands, knows or can point me to comprehensive literature or source code on how Google created their popular passage blocks feature. However, if you know of any other ...