apache / lucene-jira-archive

Jira archive for Apache Lucene
https://lucene.apache.org/
2 stars 6 forks source link

Refine regex to capture mentions before/after zenkaku punctuations #118

Closed mocobeta closed 2 years ago

mocobeta commented 2 years ago

I think we shouldn't apply any normalization such as full-width -> halfwidth but can try to refine the regex.

Screenshot from 2022-08-06 17-19-43

should be

Screenshot from 2022-08-06 17-19-08

Close #110