1
vote
2answers
51 views
c/c++ NLP library
I am looking for an open source Natural Language Processing library for c/c++ and especially i am interested in Part of speech tagging.
8
votes
8answers
157 views
Ideas for Natural Language Processing project?
I have to do a final project for my computational linguistics class. We've been using OCaml the entire time, but I also have familiarity with Java. We've studied morphology, FSMs, …
3
votes
2answers
120 views
Clustering text in Python
I need to cluster some text documents and have been researching various options. It looks like LingPipe can cluster plain text without prior conversion (to vector space etc), but …
0
votes
3answers
91 views
Python and .NET integration
I'm currently looking at python because I really like the text parsing capabilities and the nltk library, but traditionally I am a .Net/C# programmer. I don't think IronPython is …
2
votes
0answers
40 views
can NLTK/pyNLTK work “per language” (i.e. non-english), and how?
how can I tell nltk to treat the text in a particular language?
BKG: once in a while i write a specialized NLP routine to do POS tagging, tokenizing etc. on a non-english (but sti …
1
vote
3answers
69 views
what is the true difference between lemmatization vs stemming?
When do I use each ?
Also...is the NLTK lemmatization dependent upon Parts of Speech?
Wouldn't it be more accurate if it was?
1
vote
3answers
27 views
Computing precision and recall in Named Entity Recognition
Hi,
Now I am about to report the results from Named Entity Recognition. One thing that I find a bit confusing is that my understanding of precision and recall was that one simply …
0
votes
1answer
51 views
Should I use LingPipe or NLTK for extracting names and places?
I'm looking to extract names and places from very short bursts of text example
"cardinals vs jays in toronto"
" Daniel Nestor and Nenad Zimonjic play Jonas Bjorkman w/ Kevin Ul …
3
votes
7answers
159 views
find some sentences
Hi,
I'd like to find good way to find some (let it be two) sentences in some text. What will be better - use regexp or split-method? Your ideas?
As requested by Jeremy Stein - the …
0
votes
4answers
99 views
How to make words into a category. (NLP)
I love to eat chicken.
Today I went running, swimming and played basketball.
My objective is to return FOOD and SPORTS just by analyzing these two sentences. How can you do that …
1
vote
4answers
96 views
Does WordNet have “levels”? (NLP)
For example...
Chicken is an animal.
Burrito is a food.
WordNet allows you to do "is-a"...the hiearchy feature.
However, how do I know when to stop travelling up the tree? I wan …
0
votes
1answer
72 views
chunking/text parsing using NLTK
I am trying to parse some text and diagram it, like you would a sentence. I am new to NLTK and am trying to find something in NLTK that will help me accomplish this. So far, I have …
3
votes
4answers
73 views
Interesting linguistics/nlp problems/projects
As I know, looking for a problem to solve (debugging, thinking up a theme for an article, whatever) is the most creative, interesting and difficult part of any problem-solving work …
0
votes
1answer
51 views
Extracting pure content / text from HTML Pages by excluding navigation and chrome content
Hi,
I am crawling news websites and want to extract News Title, News Abstract (First Paragraph), etc
I plugged into the webkit parser code to easily navigate webpage as a tree. T …
1
vote
3answers
102 views
Natural language command language
I'm interested in developing a natural language command language for a domain with existing rules. I was very impressed when Terry Winograd's SHRDLU showed the way (the conversatio …
