Skip to content

Make sure that no instances have hyponyms #1097

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

Merged
merged 5 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading