From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b4b864fa2b61bbba X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Parallel Text Corpus Processing with Ada? From: Georg Bauhaus In-Reply-To: <1194735959.240323.38210@v2g2000hsf.googlegroups.com> References: <1194735959.240323.38210@v2g2000hsf.googlegroups.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-ID: <1194743455.6151.5.camel@K72> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 Date: Sun, 11 Nov 2007 02:10:55 +0100 Organization: Arcor NNTP-Posting-Date: 11 Nov 2007 02:10:59 CET NNTP-Posting-Host: fa53c49b.newsspool3.arcor-online.net X-Trace: DXC=H0_4<=oA:ho7QcPOVc]C[OE]njPQc:JjSc]gR49c X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:18263 Date: 2007-11-11T02:10:59+01:00 List-Id: On Sat, 2007-11-10 at 15:05 -0800, braver wrote: > Greetings -- I'm working with large text corpora,... could imagine > a parallel grep. ... what's the > state of regexps? GNAT has an original implementation of SPITBOL (SNOBOL4) pattern matching. This is good equipment for text analysis.