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


Groups > comp.lang.python > #38403

Re: Forward Backward Algorithm in Python

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.109.133.81.MISMATCH!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <thudfoo@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.108
X-Spam-Level *
X-Spam-Evidence '*H*': 0.78; '*S*': 0.00; 'algorithm': 0.03; 'subject:Python': 0.05; 'python': 0.09; 'url:activestate': 0.09; '12:38,': 0.16; 'backward': 0.16; 'wrote:': 0.17; 'example': 0.23; 'idea': 0.24; 'tried': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'url:wiki': 0.26; 'pile': 0.29; 'url:wikipedia': 0.29; 'url:code': 0.29; 'maybe': 0.29; 'much.': 0.33; 'to:addr:python-list': 0.33; 'code:': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'message- id:@gmail.com': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'url:en': 0.38; 'gives': 0.39; 'to:addr:python.org': 0.39; 'help': 0.40; 'group,': 0.60; 'content-disposition:inline': 0.60; 'header:Message-Id:1': 0.62; 'is.': 0.62; 'email addr:gmail.com': 0.63; 'thursday': 0.65; 'forward': 0.66; 'dear': 0.66; 'kindly': 0.67; 'url:%1': 0.68; '2013': 0.84; 'do:': 0.91; 'angel': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; bh=8SY9hRFzjsuYz5jM+cdRLKpZzhPPja1Bb5k6MRdImA8=; b=kSv3bI3a9Lj+kiVe01RiijEPdfPUpoFRrGAQnx//PlHEzvVKrQm+S0ZAHzx5RT3TbT GpVy3yFaDN3JHt92bYH5O66sdvIV1mY7A6lNB4dfsUpzjwvSxEoV5Z2pkqppznfrOQn6 HnbO8Pz739T8PG+weedNUxB5P8oBEs1EkSKMMlz8YjGqWaNZU5AgzlAycpIGkDc1QH8d vaXEBE5pUzq8MA2jwv/PnWGUH9rOtqaBXb6gfkaEeszDC/I3jSQFmM65I+iJViPciJY9 +3mko5T6uLYswBrtnYG2+7xw90SF8AuqJ7ZrNJqqB/qDo7esyduBxUok3ROseA0gyxzM kukw==
X-Received by 10.66.86.201 with SMTP id r9mr13446045paz.14.1360299866172; Thu, 07 Feb 2013 21:04:26 -0800 (PST)
From xDog Walker <thudfoo@gmail.com>
To python-list@python.org
Subject Re: Forward Backward Algorithm in Python
Date Thu, 7 Feb 2013 21:03:32 -0800
User-Agent KMail/1.9.5
References <361b7edd-68fb-4258-9409-5cab87c53e2a@googlegroups.com> <511410CB.9040407@davea.name>
In-Reply-To <511410CB.9040407@davea.name>
MIME-Version 1.0
Content-Type text/plain; charset="iso-8859-1"
Content-Transfer-Encoding 7bit
Content-Disposition inline
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.1473.1360299875.2939.python-list@python.org> (permalink)
Lines 28
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1360299875 news.xs4all.nl 6884 [2001:888:2000:d::a6]:58240
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:38403

Show key headers only | View raw


On Thursday 2013 February 07 12:38, Dave Angel wrote:
> On 02/07/2013 03:13 PM, subhabangalore@gmail.com wrote:
> > Dear Group,
> > If any one can kindly help me with a simple Forward Backward algorithm
> > implementation. I tried to search in web but did not help much.
> >
> > Thanking You in Advance,
> > Regards,
> > Subhabrata.
>
> No idea what forward-backward-algorithm is.  But a simple search with
> DuckDuckGo gives a pile of refs, including the following with Python
> example code:
>
> https://en.wikipedia.org/wiki/Forward%E2%80%93backward_algorithm
>
>
> --
> DaveA

Maybe this will do:

http://code.activestate.com/recipes/576991-browser-history-data-structure/

-- 
Yonder nor sorghum stenches shut ladle gulls stopper torque wet 
strainers.

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


Thread

Forward Backward Algorithm in Python subhabangalore@gmail.com - 2013-02-07 12:13 -0800
  Re: Forward Backward Algorithm in Python Dave Angel <d@davea.name> - 2013-02-07 15:38 -0500
    Re: Forward Backward Algorithm in Python subhabangalore@gmail.com - 2013-02-07 20:50 -0800
    Re: Forward Backward Algorithm in Python subhabangalore@gmail.com - 2013-02-07 20:50 -0800
  Re: Forward Backward Algorithm in Python xDog Walker <thudfoo@gmail.com> - 2013-02-07 21:03 -0800

csiph-web