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
The current parser greedily computes spans of each part of the source. This operation is O(n) in the size of the source text and potentially slow. This bug was introduced in #34 (oops). Can we speed up the parser?
The text was updated successfully, but these errors were encountered:
The current parser greedily computes spans of each part of the source. This operation is O(n) in the size of the source text and potentially slow. This bug was introduced in #34 (oops). Can we speed up the parser?
The text was updated successfully, but these errors were encountered: