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
However, it looks like TokensRegex cannot detect rules cross special symbols, eg. '.' or ','
The original issue was TokensRegex cannot detect rules cross the period '.' #1396. It was closed by a fix in V4.5.6. It seems like I cannot reopen the issue. Thus create a new issue for it. Please let me know if there is a way to reopen it.
Please help take a look into this issue. Thank you!
The text was updated successfully, but these errors were encountered:
{ ruleType: "tokens", pattern: ( /[0-9]+/ /([A-Z][A-Za-z]+[ ,]?)/+ /[Ave|St|Blvd|Apt|APT|RD]+[,.]?/ /# [0-9]+/), action: Annotate($0, ner, "APT"), result:"APARTMENT"}
However, it looks like TokensRegex cannot detect rules cross special symbols, eg. '.' or ','
The original issue was TokensRegex cannot detect rules cross the period '.' #1396. It was closed by a fix in V4.5.6. It seems like I cannot reopen the issue. Thus create a new issue for it. Please let me know if there is a way to reopen it.
Please help take a look into this issue. Thank you!
The text was updated successfully, but these errors were encountered: