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 the thousands for commercial use. Any help would be appreciated, thanks.
...
I'm trying this:
Sentence<TaggedWord> taggedString = MaxentTagger.tagStringTokenized("here is a string to tag");
which gives me:
Error:
\u\nlp\data\pos-tagger\wsj3t0-18-left3words\left3words-wsj-0-18.tagger (The system cannot find the path
specified)
I'm using Stanford's POS tagger.
What can I do to overcome this problem?
...
Hi I'm trying to use the PET Parser, but the documentation given for usage is insufficient. Can anyone point me to a good article or tutorial on using PET? Does it support utf-8?
...
Hi
I've been working on a NLP project, trying to define an intermediate POS tagging system and the wrappers for known POS tagging systems for migrating to mine.
My question is :
What is the best POS Tagging system you´ve seen.
Do not talk about a system because you like it, but because of being extensible and descriptive.
For thos...