This repository has been archived by the owner on Jun 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
jawahar edited this page Apr 23, 2017
·
21 revisions
If the stanford parser can not be copy into installing location. So for quick working on Dependence parser the one possible solution I am asking you to follow, until the issue is resolved.
- please use the lib without installing(only tools.py or utils.py[additional use])
- installing in linux on python 3.x usual location is
/usr/local/lib/python3.5/dist-packages/pntl
- if you are using Anaconda distribution python the possible location is
/home/<user_name>/anaconda3/lib/python3.5/site-packages/pntl/
- For Windows if you have install python in
C:
the go to the pathc:\users\<user_name_here>\local\programs\python3<just_number_here>\lib\site-packages\pntl
or for Anaconda Python distributionC:\anaconda3\Lib\site-packages
Note:- In using Anaconda distribution it has its own version number so please change if you have to and change the Python version according which is present in your system. For windows there is no need to
.
(dot) in between version of Python.