How to get the "longest possible" match with Python's RE module?

Licheng Fang fanglicheng at gmail.com
Thu Sep 14 23:29:19 EDT 2006


Thank you guys. I've written a CYK parser and realized this is the
right direction. It gives every possible interpretation of the string
and I can retrieve whatever I want.




More information about the Python-list mailing list