StackOverflowNER
StackOverflowNER copied to clipboard
tokenization never stops
The tokenization never stops for some specific instances, for example:
"it('should remove the elements domProps'), () => {"
It may be caused by the catastrophic backtracking of Func_Name_Recursive
regular expression.
We will look into it and update the code.
I come across the same problem, is there any available solution?