Browse Source

负面词

fengweiqiang 5 years ago
parent
commit
579f0125ce
1 changed files with 13 additions and 1 deletions
  1. 13 1
      src/res/fieldscore.json

+ 13 - 1
src/res/fieldscore.json

@@ -291,6 +291,18 @@
             }
         ]
     },
+    "agencyaddr": {
+        "type": "string",
+        "positivewords": [
+        ],
+        "negativewords": [
+            {
+                "describe": "包含负分",
+                "regstr": "(详见|公告|原因|未知|收费|标注)",
+                "score": -10
+            }
+        ]
+    },
     "buyerperson": {
         "type": "string",
         "positivewords": [
@@ -389,7 +401,7 @@
             },
 			{
                 "describe": "包含负分",
-                "regstr": "(详见公告)",
+                "regstr": "(详见|公告)",
                 "score": -10
             }
         ],