Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.134.4.91.MISMATCH!news2.euro.net!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'win32': 0.03; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'spelling': 0.09; 'gui': 0.11; '2.7.3': 0.16; 'easy_install': 0.16; 'group?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:packages': 0.16; 'url:setuptools': 0.16; 'wrote:': 0.17; 'windows': 0.19; 'bit': 0.21; 'earlier': 0.21; 'downloaded': 0.24; 'command': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'library.': 0.27; 'header:X-Complaints-To:1': 0.28; 'install': 0.29; 'point': 0.31; 'url:python': 0.32; 'from:addr:yahoo.co.uk': 0.32; 'room': 0.32; 'running': 0.32; 'getting': 0.33; 'idle': 0.33; 'to:addr:python-list': 0.33; 'thanks': 0.34; 'received:org': 0.36; 'url:org': 0.36; 'subject:: ': 0.38; 'mark': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'help': 0.40; 'group,': 0.60; 'email addr:gmail.com': 0.63; 'learned': 0.65; 'dear': 0.66; 'url:0': 0.67; 'kindly': 0.67; 'mistake': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Textmining Date: Sat, 01 Dec 2012 14:07:29 +0000 References: <4a65cf82-9368-4c29-95a0-bc552cd0effd@googlegroups.com> <06ff307d-093f-42e2-a4bb-1b2e34593c69@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-92-24-212-75.ppp.as43234.net User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 In-Reply-To: <06ff307d-093f-42e2-a4bb-1b2e34593c69@googlegroups.com> X-Antivirus: avast! (VPS 121130-1, 30/11/2012), Outbound message X-Antivirus-Status: Clean 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: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1354370855 news.xs4all.nl 6961 [2001:888:2000:d::a6]:44694 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34125 On 01/12/2012 09:27, subhabangalore@gmail.com wrote: > Dear Group, > > Python has one textmining library. > [Sorry for the spelling mistake in earlier post]. > > As I see it can be downloaded from, > > http://pypi.python.org/pypi/textmining/1.0 > > I am running Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32 with IDLE as GUI and Windows 7 as OS. > Thanks for the above. > I am not getting how to download and use it. Use easy_install or pip from the command line. Any search engine will find you the instructions on how to install them. Here's a starting point http://packages.python.org/an_example_pypi_project/setuptools.html > > If any one of the learned members in the room can kindly help it. Learned members in this group? :) > > Regards, > Subhabrata Banerjee. > -- Cheers. Mark Lawrence.