I\'ve found a public domain latin<->portuguese dictionary in PDF which I\'d like to convert to plain text, parse and use as the database of a program. After some testing, however, I got a little sk
I am writing a CKY parser for a Range Concatenation Grammar. I want to use a treebank as grammar, so the grammar will be large. I\'ve written a prototype 1 in Python and it seems to work well when I s
I have some text that was generate by another system.It combined some words together in what I assume was some sort of wordwrap by-product.So something simple like \'the dog\' is combine into \'thedog
I am currently exploring the possibility of extracting country name from Author Affiliations (PubMed Articles) my sample data looks like:
I a开发者_开发问答m aware of the duplicates of this question: How does the Google “Did you mean?” Algorithm work?
Can someone recommend an open source POS tagger for Korean, Indonesian, Thai and Vietnamese? That I can use to tag the corpus dat开发者_开发问答a that I currently have. (e.g. the stanford-postagger)
Can someone help me check my bash script? i\'m trying to feed a directory of .txt files to the stanford parser (http://nlp.stanford.edu/software/pos-tagger-faq.shtml) but i can\'t get it to work. i\'m
everyone. I\'m using the Baum-Welch algorithm to train a pos tagger,it is totally in the unsupervised way.
Can someone help me out with the stanford parser from http://nlp.stanford.edu/software/lex-parser.shtml?
Hello I want 开发者_StackOverflowto Compare two webpages using python script. how can i achieve it? thanks in advance!First, you want to retrieve both webpages. You can use wget, urlretrieve, etc.: