Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #29447

Re: HMM based Chunker NLTK

Newsgroups comp.lang.python
Date 2012-09-18 12:17 -0700
References <e4b308d6-5412-4fff-bbd9-8974991a73c3@googlegroups.com> <mailman.887.1347995399.27098.python-list@python.org>
Subject Re: HMM based Chunker NLTK
From subhabangalore@gmail.com
Message-ID <mailman.888.1347995848.27098.python-list@python.org> (permalink)

Show all headers | View raw


On Wednesday, September 19, 2012 12:40:00 AM UTC+5:30, Mark Lawrence wrote:
> On 18/09/2012 19:35, subhabangalore@gmail.com wrote:
> 
> > Dear Group,
> 
> > If anyone of the learned members can kindly help with a HMM/CRF based chunker on NLTK.
> 
> >
> 
> > Regards,
> 
> > Subhabrata.
> 
> >
> 
> 
> 
> Certainly but how do you intend paying us? :)
> 
> 
> 
> An alternative approach is to provide us with an idea of what you've 
> 
> researched, what code you've written and what problems you've got with 
> 
> it.  If you get a code exception please provide the complete traceback 
> 
> and a mimimal code snippet that reproduces the issue.  This way you're 
> 
> much more likely to get help.
> 
> 
> 
> -- 
> 
> Cheers.
> 
> 
> 
> Mark Lawrence.

Two possibilities Mark, either nltk.chunk.(something) or nltk.tag.hmm etc. I am thinking to experiment Regular Expressions, Unigram/Bigram based chunkers are running good even with Indian languages. HMM tag is also going great. I am thinking on the issue.
Regards,
Subhabrata.  

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

HMM based Chunker NLTK subhabangalore@gmail.com - 2012-09-18 11:35 -0700
  Re: HMM based Chunker NLTK Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-18 20:12 +0100
    Re: HMM based Chunker NLTK subhabangalore@gmail.com - 2012-09-18 12:17 -0700
    Re: HMM based Chunker NLTK subhabangalore@gmail.com - 2012-09-18 12:17 -0700

csiph-web