You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
Hiện tại, ứng dụng đang có chút vấn đề về đường dẫn như sau:
Cụ thể, trên Java khi dùng System.getProperty("user.dir") thì sẽ trả về đường dẫn tới root dir của java project.
Tuy nhiên, khi sử dụng Python thì kết quả sẽ là đường dẫn của thư mục chứa file code .py đang chạy. Điều này dẫn tới lỗi VnCoreNLP không tìm được thư mục model.
Cách khắc phục thủ công hiện tại
Copy thư mục models và file VnCoreNLP.jar tới thư mục chứa file code .py đang dùng vncorenlp
The text was updated successfully, but these errors were encountered:
Hiện tại, ứng dụng đang có chút vấn đề về đường dẫn như sau:
Cụ thể, trên Java khi dùng
System.getProperty("user.dir")
thì sẽ trả về đường dẫn tới root dir của java project.Tuy nhiên, khi sử dụng Python thì kết quả sẽ là đường dẫn của thư mục chứa file code .py đang chạy. Điều này dẫn tới lỗi VnCoreNLP không tìm được thư mục model.
Cách khắc phục thủ công hiện tại
The text was updated successfully, but these errors were encountered: