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}")