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
tgrep2: generally fast, but loads corpus at every invocation, and always returns an exhaustive list of all matches; no support for discontinuous constituents.
xpath / alpinocorpus: memory hungry, no way to cheaply count number of words or constituents (memory leak?).
regex: OK; could get results with single finditer() query per text, if lines are annotated with sentence numbers.
For features related to pagination, a way to search in an arbitrary slice of sentences is useful.
The text was updated successfully, but these errors were encountered:
For features related to pagination, a way to search in an arbitrary slice of sentences is useful.
The text was updated successfully, but these errors were encountered: