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
Check if we could return the same match objects for all gazetteers (Token, String, Regex).
Also check if the match object could just contain the fields start, end, data, type, with data a list of feature dicts and type an equally long list of type names. This would make the find... methods much more useful to users using this for plain string matching.