You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a problem... VerbPhrase uses up a lot of memory. I can try it on a small text to see if the same issue occurs. This query should be possible, but the scope of fixing it might be beyond the development of this function.
The text was updated successfully, but these errors were encountered:
Got further along this time, but it seems that punctuation characters in the source text are messing with the RegEx, I'll need to escape those characters.
This has been done, though I'm not sure it resolves the issues above. I think the XPhrase types cause a lot of overhead because the patterns they match are large.
Special characters don't seem to be an issue. + since I've removed the use of RegularExpressions I don't suspect the backslash Q and backslash E messages to crop up.
This is a problem... VerbPhrase uses up a lot of memory. I can try it on a small text to see if the same issue occurs. This query should be possible, but the scope of fixing it might be beyond the development of this function.
The text was updated successfully, but these errors were encountered: