Yes, Jörn. You are right. When I put this term (Big) in uppercase, the POT Tagging found (I/PRP saw/VBD the/DT movie/NN called/VBN Big./*NNP* ) By the way, If the text of my document was in lowercase, the POS Tagging would show wrong result?
On Tue, Apr 24, 2012 at 5:35 PM, Jörn Kottmann <[email protected]> wrote: > On 04/24/2012 10:31 PM, Adriano Santos wrote: > >> I have a question about POS Tagging. >> When I put this sentense (I saw the movie called big.), where "big" is >> a noun, my POSTagging return (I/*PRP* saw/*VBD* the/*DT* movie/*NN* >> called/* >> VBN* big./.). >> >> Whats happen? POS Taggin not found a classification for this term? >> > > Looks like you tokenization is incorrect: "big" and "." should be two > tokens. > > The POS tagger is returning "." as the tag for "big.". > > Anyway if thats not the problem have a look at the tag dictionary, maybe > it does not allow big (lowercase b) to be tagged as a noun. > > Hope this helps, > Jörn > -- Adriano Araújo Santos *********************************************** *Professor da **Escola Superior de Aviação Civil - ESAC* * * *Professor do Curso de Sistemas de Informação - FACISA* *Professor do Departamento de Computação da UEPB * *PMI Membership Mestrando em Ciência da Computação da UFCG* *Pós-graduando em Gestão Empresarial de Projetos - MBA* *MSP Lead - Microsoft Student Partner Lider do Grupo de Usuários.NUG **Twitter:* @Adriano_Santos *Site:**https://sites.google.com/site/adrianosantospb*
