regexp in java problem
Posted
by Staszek28
on Stack Overflow
See other posts from Stack Overflow
or by Staszek28
Published on 2010-05-10T14:00:50Z
Indexed on
2010/05/10
14:04 UTC
Read the original article
Hit count: 251
Hello!
I found some problem while testing my NLP system. I have a java regex "(.\.\s)*Dendryt.*" and for string "v Table of Contents List of Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " it just dont stop computing. Its clear that this regex complexity is very high, I will try to refactor it. Have you some suggestions for me for a future regex development ???
Thanks.
© Stack Overflow or respective owner