Skip to content

Commit

Permalink
Merge pull request #1096 from globalwordnet/issue-1030
Browse files Browse the repository at this point in the history
Clean up of scripts
  • Loading branch information
jmccrae authored Oct 9, 2024
2 parents 3b3927f + fb0b8ce commit b5e81be
Show file tree
Hide file tree
Showing 21 changed files with 122 additions and 1,994 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ jobs:
- uses: actions/checkout@v2

- name: Generate XML
run: python scripts/from-yaml.py
run: python scripts/from_yaml.py

- name: Merge the source files
run: python scripts/merge.py

- name: Install xmllint
run: sudo apt-get update && sudo apt-get install libxml2-utils

Expand Down
9 changes: 9 additions & 0 deletions TOOLS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Tools for Working with Open English WordNet

## English WordNet Editor

This tool is a command-line editor for English WordNet. It allows you to add, delete, and modify synsets, words, and relations in English WordNet. It is written in Python and uses the `nltk` library to interact with WordNet. The tool is available on GitHub at https://github.com/jmccrae/ewe

## WN Python Library

This is a Python library for working with WordNet. It provides a simple interface for querying WordNet and accessing synsets, words, and relations. The library is available on GitHub at https://github.com/goodmami/wn
61 changes: 0 additions & 61 deletions scripts/add-senses-nos.py

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/assign-sense-key.py

This file was deleted.

93 changes: 0 additions & 93 deletions scripts/change-definition.py

This file was deleted.

105 changes: 0 additions & 105 deletions scripts/change-entry.py

This file was deleted.

74 changes: 0 additions & 74 deletions scripts/change-example.py

This file was deleted.

Loading

0 comments on commit b5e81be

Please sign in to comment.