Skip to content
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

Fix bug in lemma2synset mapping #9

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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
62 changes: 62 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

#Ipython Notebook
.ipynb_checkpoints
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Global WordNet Grid LMF parser
# Global WordNet Grid LMF parser

This repo provides a python module to work with Open Dutch WordNet.
Please first check the [Issues](https://github.com/MartenPostma/OpenDutchWordnet/issues) to see if your question has already
Expand All @@ -20,11 +20,11 @@ If you make use of the resource and/or this repository, please cite the followin
}

## Demo
A demo for word similarity using Open Dutch WordNet can be found [here](http://130.37.53.15:5000/).
A demo for word similarity using Open Dutch WordNet can be found [here](http://130.37.53.15:5000/).
In the background, this uses the [WordNetTools](https://github.com/cltl/WordnetTools/). We encourage to use the module locally
when you need to run for many word pairs.

##USAGE AND INSTALL
## USAGE AND INSTALL
git clone this repository.

The python module 'lxml' is needed. Hopefully, 'pip install lxml'
Expand Down Expand Up @@ -80,7 +80,7 @@ python
'eng-30-00322847-v'

```
##Contact
## Contact
* Marten Postma
* [email protected]
* http://martenpostma.com/
Expand Down
44 changes: 0 additions & 44 deletions __init__.py

This file was deleted.

1 change: 0 additions & 1 deletion annotate.sh

This file was deleted.

77 changes: 0 additions & 77 deletions base_concepts.py

This file was deleted.

67 changes: 0 additions & 67 deletions clean.py

This file was deleted.

5 changes: 0 additions & 5 deletions configuration.py

This file was deleted.

3 changes: 0 additions & 3 deletions create_version_1_1.sh

This file was deleted.

4 changes: 0 additions & 4 deletions create_version_1_2.sh

This file was deleted.

73 changes: 0 additions & 73 deletions create_virtual_env.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading