php3-list | 2000051
Date: 05/16/00
- Previous message: Ryan Gaul: "Re: [PHP3] Guys please help me !"
- In reply to: Michael Dearman: "Re: [PHP3] Natural Language Parsing using php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 2:09 PM -0700 5/15/00, Michael Dearman wrote:
>Roshan Sharma wrote:
> >
> > I need to parse free text (natural language) with certain patterns and key
> > words and store in a database. Does anyone know of any front end to php3.
> > Any experience with such parsing?
> >
> > Thanks
>
>Take a look at the perl regular expression support. The preg's.
>'THE' ref on regular expressions (IMHO) is Jeff Friedl's "Matering
>Regular Expressions", O'Reilly. A most 'unnatural' language. But,
>that'd be one possibility.
>
>M. Dearman
>
And, to add my .02 intergalactic creds:
I second the recommendation for Freidl's 'Mastering Regular
Expressions', avaliable from O'Reilly. While it focuses mostly on
Perl-style regexes (implemented in PHP's preg_...() functions; see
http://www.php.net/manual/ref.pcre.php), it also briefly covers the
POSIX-style expressions used in PHP's ereg_...() functions
(http://www.php.net/manual/ref.regex.php).
For other natural-language processing tools, check out the list at
http://www-a2k.is.tokushima-u.ac.jp/member/kita/NLP/nlp_tools.html
or the 'Unix for Linguists' page at
http://www-personal.umich.edu/~jlawler/routledge/regex.html
For more links, just run the AltaVista query
http://www.altavista.com/cgi-bin/query?sc=on&hl=on&kl=XX&pg=q&text=ye
s&q=%2B%22regular+expressions%22+%2Blinguistic*
-steve
+--------------- my people are the people of the dessert, ---------------+
| Steve Edberg University of California, Davis |
| sbedberg <email protected> Computer Consultant |
| http://aesric.ucdavis.edu/ http://pgfsun.ucdavis.edu |
+---------------- said t e lawrence, picking up his fork ----------------+
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Previous message: Ryan Gaul: "Re: [PHP3] Guys please help me !"
- In reply to: Michael Dearman: "Re: [PHP3] Natural Language Parsing using php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

