List Partition
- To: mathgroup at smc.vnet.net
- Subject: [mg53895] List Partition
- From: zak <chocolatez at gmail.com>
- Date: Wed, 2 Feb 2005 06:25:59 -0500 (EST)
- Reply-to: zak <chocolatez at gmail.com>
- Sender: owner-wri-mathgroup at wolfram.com
what could i do to partition the list: a={cat,E,in,the,hat,E,okay,fine,E} into a={{cat},{{in},{the},{hat}},{{okay},{fine}}} ie: every word in a sublist , and E determine the end of a sentence (a bigger list). zak
- Follow-Ups:
- Re: Re: List Partition
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: List Partition
- From: DrBob <drbob@bigfoot.com>
- Re: List Partition
- From: János <janos.lobb@yale.edu>
- Re: Re: List Partition