Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'that?': 0.05; 'tree': 0.05; 'detect': 0.07; 'layers': 0.07; "people's": 0.09; 'trees': 0.09; 'cc:addr:python-list': 0.11; 'subject:Help': 0.11; 'python': 0.11; 'suggest': 0.14; 'language.': 0.14; 'posted': 0.15; '24,': 0.16; 'assignment.': 0.16; 'detected': 0.16; 'guessing': 0.16; 'porter': 0.16; 'stem': 0.16; 'stemmer': 0.16; 'successive': 0.16; 'demonstrate': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'pfxlen:0': 0.19; 'stack': 0.19; 'examples': 0.20; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'copied': 0.24; 'refers': 0.24; 'cc:2**0': 0.24; 'somewhere': 0.26; 'header:In-Reply-To:1': 0.27; 'generally': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'extract': 0.31; 'pos': 0.31; 'anyone': 0.31; 'lists': 0.32; 'text': 0.33; 'url:python': 0.33; 'knowledge': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'false': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'positive': 0.37; 'list': 0.37; 'level': 0.37; 'tasks': 0.38; 'pm,': 0.38; 'mailing': 0.39; 'url:mail': 0.40; 'negative': 0.60; 'removing': 0.60; 'french': 0.61; 'mentioned': 0.61; 'exchange': 0.63; 'information': 0.63; 'more': 0.64; 'to:addr:gmail.com': 0.65; 'here': 0.66; 'between': 0.67; 'skill': 0.68; 'to,': 0.72; 'examples.': 0.84; 'fish': 0.84; 'homework': 0.84; 'joel': 0.91; 'differences': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=aeSH/qcbmJbBe+yzjgP9eqfqZ0TJRXEkTulA35UBExQ=; b=ZZ4HrwSCgFzer/pxZxucLaciQ27PFIy9dqH3Iz292bnoTtLGweUSB/fa2qbTEnfi19 7q5mD4T1FdRm7oVkZuI8x3AnFVldZlb1b8BB9UASU4u+BY5qClX/rCny0SUGyXY3WNLC FmIIFFEaW3cRGHtENOKnvEbDNXudsbciCsNX3okOsLy1XUwE70O9yyqtwhUat+akn0/W mi6rccO1pccbWklTOaFkn+Gw28GSrEohegXWu10jGgP2EJbphuMNIpxkhypjrr98mSU4 n9Vl3fXPQZow/IBHCmkwiUHaPynMHSzsluR9uMuzYyQS0ekBjHoff6Q6PgRfCVLadNid GK1A== MIME-Version: 1.0 X-Received: by 10.220.237.208 with SMTP id kp16mr9961477vcb.4.1377442748095; Sun, 25 Aug 2013 07:59:08 -0700 (PDT) In-Reply-To: References: Date: Sun, 25 Aug 2013 10:59:08 -0400 Subject: Re: Help in Nltk From: Joel Goldstick To: projectfack@gmail.com Content-Type: text/plain; charset=UTF-8 Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1377442751 news.xs4all.nl 15957 [2001:888:2000:d::a6]:33097 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52977 On Sat, Aug 24, 2013 at 5:41 PM, 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