@@ -28,7 +28,7 @@ class AccountServer(object):
nlp process
"""
headers = {"Content-Type": "application/json"}
- url = "http://localhost:6062/nlp"
+ url = "http://localhost:6060/nlp"
body = {
"data": {
"text_list_a": [i.replace("'", "") for i in title_list],