Tagged Questions
Linguistic category of words
5
votes
2answers
1k views
Looking for any free tagged english corpus(es)
Does anyone know of any free (licensed free for commercial use) tagged English corpus(es) that can be used to train a part of speech (POS) tagger?
The only ones I have seen online seem to start in ...
4
votes
1answer
124 views
Any free and up-to-date NLP (natural language processing) tools for C# available?
I'm looking for a free NLP toolkit which can be used by C#. I only found SharpNLP, but the last release is from 2006, which gives me the feeling that the project is dead!? Are there any other known ...
4
votes
4answers
1k views
Strategies for recognizing proper nouns in NLP
I'm interested in learning more about Natural Language Processing (NLP) and am curious if there are currently any strategies for recognizing proper nouns in a text that aren't based on dictionary ...
3
votes
2answers
152 views
How do I loop over several files, keeping the base name for further processing?
I have multiple text files that need to be tokenised, POS and NER. I am using C&C taggers and have run their tutorial, but I am wondering if there is a way to tag multiple files rather than one by ...
3
votes
1answer
560 views
Transformation-Based Part-of-Speech Tagging(Brill Tagging)
What are the weaknesses and strengths of the Brill Tagger? Can you suggest some possible improvements for the tagger?
2
votes
2answers
88 views
POS tagging german text using NLTK
I would like to use NLTK for pos tagging german texts. I found this question and this project. Both look quite complicated and I cannot find some NLTK documentation about how to train pos taggers. Any ...
2
votes
2answers
279 views
Calculate frequency of function words
I would like to calculate the frequency of function words in Python/NLTK. I see two ways to go about it :
Use Part-Of-Speech tagger and sum up on POS tags which constitute to function words
Create ...
2
votes
1answer
228 views
Part of Speech (POS) tag Feature Selection for Text Classification
I have the POS tag sentences obtain using Stanford POS tagger. Eg:
The/DT island/NN was/VBD very/RB beautiful/JJ ./.
I/PRP love/VBP it/PRP ./.
(xml format also available)
Can anyone explain how to ...
1
vote
2answers
250 views
Part-Of-Speech tagging and Named Entity Recognition for C/C++/Obj-C
need some help!
I'm trying to write some code in objective-c that requires part-of-speech tagging, and ideally also named entity recognition. I don't have much interest in "rolling my own", so I'm ...
0
votes
0answers
41 views
Unsupervised Brill POS tagger in Prolog
have you any suggestions and/or "start points" for the Prolog implementation of an unsupervised Brill POS tagger?
0
votes
0answers
13 views
How can I convert CLAWS7 tags to Penn tags?
Does anyone of you know a way to convert a tag from CLAWS7 tagset to it's equivalent in Penn tagset?
CLAWS7 tagset: http://ucrel.lancs.ac.uk/claws7tags.html
Penn tagset: ...