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


Groups > comp.lang.python > #52950 > unrolled thread

Help in Nltk

Started byprojectfack@gmail.com
First post2013-08-24 14:41 -0700
Last post2013-08-25 20:32 -0700
Articles 3 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Help in Nltk projectfack@gmail.com - 2013-08-24 14:41 -0700
    Re: Help in Nltk Joel Goldstick <joel.goldstick@gmail.com> - 2013-08-25 10:59 -0400
      Re: Help in Nltk projectfack@gmail.com - 2013-08-25 20:32 -0700

#52950 — Help in Nltk

Fromprojectfack@gmail.com
Date2013-08-24 14:41 -0700
SubjectHelp in Nltk
Message-ID<a5b25e7e-eb50-4882-a221-c13adb9de9eb@googlegroups.com>
Can anyone help me for the tasks below in nltk 


1. The	system	must	demonstrate	false	positive	and	false	negative	examples	
using	any	stemmer	(Task 1.1)
2. The	system	must	demonstrate	the	differences between	successive	layers	of	
the	Porter	stemmer	through	a	couple	of	examples.	(Task	1.2).
3. The	system	must	be	able	to	automatically	detect	whether	a	text	is	in	French	
or	English	and	stem	it	in	the	detected	language.	The	stemmer	for	French	
will	only	be	removing	plurals.		(Tasks	2	and	3).
4. The	system	must	demonstrate	the	use	of	the	Brill	Tagger	(Task	4.2).	
5. The	system	must	demonstrate	the	use	of	POS	tags	for	information
extraction	to	extract	all	types	of	fish	and	all	types	of	trees	mentioned	on	the	
Wikipedia	pages	for	Fish	and	Tree (Task	6)
6. The	system	must	demonstrate	the	use	of	WordNet	to	expand	nouns	with	
their	synonyms	and	their	hypernyms	(Task	9)

[toc] | [next] | [standalone]


#52977

FromJoel Goldstick <joel.goldstick@gmail.com>
Date2013-08-25 10:59 -0400
Message-ID<mailman.219.1377442751.19984.python-list@python.org>
In reply to#52950
On Sat, Aug 24, 2013 at 5:41 PM,  <projectfack@gmail.com> wrote:
>
> Can anyone help me for the tasks below in nltk
>
>
> 1. The  system  must    demonstrate     false   positive        and     false   negative        examples
> using   any     stemmer (Task 1.1)
> 2. The  system  must    demonstrate     the     differences between     successive      layers  of
> the     Porter  stemmer through a       couple  of      examples.       (Task   1.2).
> 3. The  system  must    be      able    to      automatically   detect  whether a       text    is      in      French
> or      English and     stem    it      in      the     detected        language.       The     stemmer for     French
> will    only    be      removing        plurals.                (Tasks  2       and     3).
> 4. The  system  must    demonstrate     the     use     of      the     Brill   Tagger  (Task   4.2).
> 5. The  system  must    demonstrate     the     use     of      POS     tags    for     information
> extraction      to      extract all     types   of      fish    and     all     types   of      trees   mentioned       on      the
> Wikipedia       pages   for     Fish    and     Tree (Task      6)
> 6. The  system  must    demonstrate     the     use     of      WordNet to      expand  nouns   with
> their   synonyms        and     their   hypernyms       (Task   9)
> --
> http://mail.python.org/mailman/listinfo/python-list

I'm guessing that you copied this list from a homework assignment.  It
refers to 'the system', but what system is that?  I see that you
posted the same on stack exchange and somewhere else.  I suggest you
try to give more information on what you are up to, what your skill
level is with python and nltk.   Also, people here generally don't do
people's homework.  You might also google nltk mailing lists to see if
you can find people with specific knowledge of nltk.



-- 
Joel Goldstick
http://joelgoldstick.com

[toc] | [prev] | [next] | [standalone]


#52996

Fromprojectfack@gmail.com
Date2013-08-25 20:32 -0700
Message-ID<1cbf09bf-211e-46c9-979e-af590e927e89@googlegroups.com>
In reply to#52977

im a beginner so im trying to code using python ,Here system is just the program ,as the program can be done in any language i chose to do in nltk lib in python 

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web