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,6a0b026e99bf890,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!ntnu.no!randhol From: randhol@bacchus.pvv.ntnu.no (Preben Randhol) Newsgroups: comp.lang.ada Subject: Package for text filtering? Date: Fri, 11 Feb 2005 11:44:57 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: NNTP-Posting-Host: bacchus.pvv.ntnu.no X-Trace: orkan.itea.ntnu.no 1108122297 21816 129.241.210.178 (11 Feb 2005 11:44:57 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Fri, 11 Feb 2005 11:44:57 +0000 (UTC) User-Agent: slrn/0.9.6.2 (FreeBSD) Xref: g2news1.google.com comp.lang.ada:8235 Date: 2005-02-11T11:44:57+00:00 List-Id: Hi I need to filter a resultfile produced by a program (only executable availabel) so I can get the different results I'm interested in. I need to do it in Ada (so no hints about python, perl etc ;-) ) but I thought that there must be some packages (besides the GNAT pacakges) available to ease the filtering. So links/hints most welcomed. Preben