root 2 ماه پیش
والد
کامیت
d9f38d0f85
2فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. BIN
      ai-slibra-assistant/data/location.xlsx
  2. 1 1
      ai-slibra-assistant/util/utils.py

BIN
ai-slibra-assistant/data/location.xlsx


+ 1 - 1
ai-slibra-assistant/util/utils.py

@@ -258,7 +258,7 @@ def norm_community(asr):
 
 
 if __name__ == "__main__":
-    asr="滨江小区"
+    asr="宝升三号楼"
     print(f"asr:{asr}")
     loc = norm_community(asr)
     print(f"命中小区:{loc}")