Differences between revisions 7 and 8
Revision 7 as of 2002-10-11 19:00:36
Size: 1509
Editor: MikeRovner
Comment: Spirit added
Revision 8 as of 2002-11-08 04:22:04
Size: 1428
Editor: CPE00500415720f
Comment: Fixed link to simpleparse, eliminated obsolete mcf.pars, clarified mx desc.
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
  * SimpleParse (http://members.rogers.com/mcfletch/programming/simpleparse/simpleparse.html)   * SimpleParse (http://simpleparse.sourceforge.net/)
Line 11: Line 11:
  * ["mcf.parse"] (http://starship.python.net/crew/mcfletch/)
Line 17: Line 16:
TextUtils by Marc-André Lemburg ("mx") is not exactly a parser like we're used to, but it's a parser: http://www.lemburg.com/files/python/mxTextTools.html TextTools by Marc-André Lemburg ("mx") is not exactly a parser like we're used to, but it is a fast text-processing engine: http://www.lemburg.com/files/python/mxTextTools.html

Small discussion and evaluation of different parsers.

TextTools by Marc-André Lemburg ("mx") is not exactly a parser like we're used to, but it is a fast text-processing engine: http://www.lemburg.com/files/python/mxTextTools.html

Also see Python ParserSig @ http://www.python.org/sigs/parser-sig/ to discuss and select a standard parser generator for Python.

For some speed up one may use other parser generator systems and plug them in as modules.

For example:

LanguageParsing (last edited 2022-01-27 20:15:14 by joente)

Unable to edit the page? See the FrontPage for instructions.