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


Groups > comp.lang.python > #30941

Re: Question on Python Split

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Question on Python Split
Date 2012-10-07 20:34 -0400
Organization > Bestiaria Support Staff <
References <68fc8fcb-b356-4fce-8541-e2abf371fecf@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.1940.1349656470.27098.python-list@python.org> (permalink)

Show all headers | View raw


On Sun, 7 Oct 2012 12:30:52 -0700 (PDT), subhabangalore@gmail.com
declaimed the following in gmane.comp.python.general:

> 
> But I am looking for,
> 
> ['Project Gutenberg', 'has 36000', 'free ebooks', 'for Kindle', 'Android iPad', 'iPhone']
> 

	Is splitting a sentence at every other word really what you want? Or
are you intending, at some point, to have the splitting take place on
syntactic/semantic features (subject, verb, object...).

	If the latter, you may be in need of some Natural Language
Processing (NLP) libraries/algorithms. (First google hit:
http://nltk.org/ )
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

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


Thread

Question on Python Split subhabangalore@gmail.com - 2012-10-07 12:30 -0700
  Re: Question on Python Split MRAB <python@mrabarnett.plus.com> - 2012-10-07 21:01 +0100
  Re: Question on Python Split Terry Reedy <tjreedy@udel.edu> - 2012-10-07 16:08 -0400
  Re: Question on Python Split Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-10-07 20:34 -0400
  Re: Question on Python Split subhabangalore@gmail.com - 2012-10-08 07:45 -0700

csiph-web