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


Groups > comp.lang.python > #26093

Re: HMM and CRF Package

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <subhabangalore@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.019
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'installed.': 0.05; 'python': 0.09; 'bindings': 0.09; 'rebuild': 0.09; 'repair': 0.09; 'terry': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python- list': 0.10; 'bindings.': 0.16; 'reedy': 0.16; 'subprocess': 0.16; 'x.y': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'solution.': 0.18; 'versions': 0.20; '2.x': 0.22; 'libraries': 0.22; 'cc:2**0': 0.23; 'work.': 0.23; '&gt;': 0.23; 'downloaded': 0.24; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'supported': 0.26; 'am,': 0.27; 'module.': 0.27; 'there.': 0.28; 'reply.': 0.28; 'install': 0.29; 'thursday,': 0.30; 'code': 0.31; 'version': 0.34; 'received:google.com': 0.34; 'thanks': 0.34; 'received:209.85': 0.35; 'but': 0.36; 'previous': 0.37; 'received:209': 0.37; 'received:209.85.216': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'some': 0.38; 'instead': 0.39; 'system.': 0.39; 'your': 0.60; 'july': 0.60; 'lost': 0.60; 'from:no real name:2**0': 0.60; 'most': 0.61; 'email addr:gmail.com': 0.63; 'making': 0.64; '26,': 0.65; 'dear': 0.66; 'felt': 0.75; 'received:209.85.216.184': 0.84; 'tough,': 0.84; 'transfer.': 0.84; 'careful': 0.91; 'disturb': 0.93
Newsgroups comp.lang.python
Date Thu, 26 Jul 2012 07:47:20 -0700 (PDT)
In-Reply-To <mailman.2582.1343246364.4697.python-list@python.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=122.161.229.88; posting-account=6SonuQoAAACzSakS5dCECcJQe6ylLrzY
References <d1360cad-3612-48d8-bd42-071fc97a9835@googlegroups.com> <c9442f98-1073-4e92-83bd-a5ffe674e950@googlegroups.com> <mailman.2582.1343246364.4697.python-list@python.org>
User-Agent G2/1.0
X-Google-Web-Client true
X-Google-IP 122.161.229.88
MIME-Version 1.0
Subject Re: HMM and CRF Package
From subhabangalore@gmail.com
To comp.lang.python@googlegroups.com
Content-Type text/plain; charset=ISO-8859-1
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
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>
Message-ID <mailman.2612.1343314047.4697.python-list@python.org> (permalink)
Lines 25
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1343314048 news.xs4all.nl 6944 [2001:888:2000:d::a6]:36251
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:26093

Show key headers only | View raw


On Thursday, July 26, 2012 1:28:50 AM UTC+5:30, Terry Reedy wrote:
> On 7/25/2012 11:58 AM, subhabangalore@gmail.com wrote:
>  &gt; As most of the libraries give so many bindings and conditions best way
> is to make it. Not very tough, I made earlier, but as some files were
> lost so was thinking instead of a remake if ready versions work.  Or may
> look change from Python 3 to previous version so when 3 will be
> supported solution. But can I install both Python 3 and Python2.x or
> call 2.x from 3.x?
> 
> You can have multiple versions of Python installed. Just be careful on 
> *nix to use altinstall so as to not disturb the system install used by 
> the system.
> 
> Pythonx.y can only use code that works with x.y ;=). However, any Python 
> process can use any other program via the subprocess module. You just 
> have to work out the data transfer.
> 
> -- 
> Terry Jan Reedy

Dear Terry,
Thanks for your reply. I had downloaded it too, but going tools I felt it is better to repair or rebuild them, as most of them have many bindings. And making is not a big effort when numpy,scipy,matplotlib are there. 

Regards,
Subhabrata Banerjee. 

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


Thread

HMM and CRF Package subhabangalore@gmail.com - 2012-07-24 08:39 -0700
  Re: HMM and CRF Package subhabangalore@gmail.com - 2012-07-25 08:58 -0700
    Re: HMM and CRF Package Terry Reedy <tjreedy@udel.edu> - 2012-07-25 15:58 -0400
      Re: HMM and CRF Package subhabangalore@gmail.com - 2012-07-26 07:47 -0700
      Re: HMM and CRF Package subhabangalore@gmail.com - 2012-07-26 07:47 -0700

csiph-web