Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
{
"id": "filetype_spreadsheet_general",
"pattern": "表格|统计表|报表|名单|数据表|明细",
"pattern": "表格|统计表|报表|名单|数据表|数据|明细",
"description": "Generic spreadsheets (fallback)",
"enabled": true,
"priority": 100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
{
"id": "noise_location_connector",
"pattern": "上的|里的|下的|中的",
"pattern": "上的|里的|下的|中的|内的|上|里|下|中|内",
"description": "Location connector words to consume",
"enabled": true,
"priority": 190,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
{
"id": "time_last_year",
"pattern": "去年|上一年",
"pattern": "去年一整年|去年|上一年",
"description": "Last year",
"enabled": true,
"priority": 170,
Expand Down Expand Up @@ -157,7 +157,7 @@
},
{
"id": "time_exact_year_month",
"pattern": "(?<year>\\d{2,4})[年\\./\\-](?<month>\\d{1,2})?",
"pattern": "(?<year>\\d{2,4})[年\\./\\-](?<month>\\d{1,2})月份?",
"description": "Exact year-month (e.g. 2025年12月, 2025-12)",
"enabled": true,
"priority": 140,
Expand Down
Loading