Skip to content

Commit

Permalink
Merge pull request #121 from aodn/quick-fix-phrase-suggester-filters
Browse files Browse the repository at this point in the history
update analyser filter
  • Loading branch information
utas-raymondng authored Aug 28, 2024
2 parents 22f0793 + 3441c0b commit 9ce9d5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"non_standard_pattern_filter": {
"type": "pattern_replace",
"pattern": ".*[^a-zA-Z0-9- ].*",
"pattern": ".*[^a-zA-Z- ].*",
"replacement": ""
},
"remove_numbers": {
Expand Down
Loading

0 comments on commit 9ce9d5e

Please sign in to comment.