Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
Fixes #1141
  • Loading branch information
jmccrae committed Nov 25, 2024
1 parent 218cf57 commit 3cc7f9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ Fork, then clone the repo:

git clone [email protected]:your-username/english-wordnet.git

Please compile all your changes into a single `wn31.xml` file
Please compile all your changes into a single `wn.xml` file

python merge.py
python scripts/from_yaml.py

Please ensure that your contributions are valid XML

xmllint --noout --valid wn31.xml
xmllint --noout --valid wn.xml

Please make sure that the structure is valid

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ The size of each resource is as follows

To compile these into a single file please use the following script(s)

python scripts/from-yaml.py
python scripts/merge.py
python scripts/from_yaml.py

This will create a file at `wn31.xml` that contains the complete wordnet.
This will create a file at `wn.xml` that contains the complete wordnet.

Further conversions are available through the converter [here](http://server1.nlp.insight-centre.org/gwn-converter/).

Expand Down

0 comments on commit 3cc7f9c

Please sign in to comment.