Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #34125
| 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 | <python-python-list@m.gmane.org> |
| 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 <breamoreboy@yahoo.co.uk> |
| Subject | Re: Textmining |
| Date | Sat, 01 Dec 2012 14:07:29 +0000 |
| References | <4a65cf82-9368-4c29-95a0-bc552cd0effd@googlegroups.com> <mailman.396.1354319024.29569.python-list@python.org> <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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.403.1354370855.29569.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Textmining subhabangalore@gmail.com - 2012-11-30 11:48 -0800
Re: Textmining Neil Cerutti <neilc@norwich.edu> - 2012-11-30 21:20 +0000
Re: Textmining Dave Angel <d@davea.name> - 2012-11-30 18:43 -0500
Re: Textmining subhabangalore@gmail.com - 2012-12-01 01:27 -0800
Re: Textmining Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-12-01 14:07 +0000
Re: Textmining alex23 <wuwei23@gmail.com> - 2012-12-02 15:56 -0800
Re: Textmining subhabangalore@gmail.com - 2012-12-01 01:27 -0800
csiph-web