-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using OntoNotes 5.0 to generate coNLL files #2
Comments
The script |
i run it ,there is no error,but it can not output gold_conll files.Can you tell me how you do it. |
|
[path/to/conll-formatted-ontonotes-5.0] this is actually the paths to the *_skel files within your corpus. This isn't the destination directory.
Ref: Do you have the list of paths where the *_skel files are located? Regards |
Where do I find this |
I found the scripts here |
Description
I am currently stucked in running the script at #3 under "Steps for assembling the data" section from the instruction. As a newbie, I have little understanding of converting the skeleton files to conll files. Here are the commands specified in the guide:
skeleton2conll.sh -D /path/to/ontonotes-v5.0-release/data/files/data] [path/to/conll-formatted-ontonotes-5.0]
Result
Here is my command where I followed the script.
Here is the output in case image wont load:
$ ".\conll-formatted-ontonotes-5.0\scripts\skeleton2conll.sh" -D ".\ontonotes-release-5.0\data\files\data\" ".\conll-formatted-ontonotes-5.0\"
please make sure that you are pointing to the directory 'conll-formatted-ontonotes-5.0'
Data + Script
OntoNotes 5.0 from LDC (thru email)
CoNLL-formatted OntoNotes 5.0 scripts (from the same website)
Steps to reproduce
skeleton2conll.sh -D /path/to/ontonotes-v5.0-release/data/files/data] [path/to/conll-formatted-ontonotes-5.0]
Build/Platform
Windows 10
Git Bash (mingw64)
python 3.6
cpu (no CUDA)
The text was updated successfully, but these errors were encountered: