Skip to content
Open
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
9 changes: 5 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 @@ -24,7 +24,7 @@ A demo for word similarity using Open Dutch WordNet can be found [here](http://1
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 @@ -79,8 +79,9 @@ python
>>> relation_el.get_target()
'eng-30-00322847-v'

```
##Contact
```

## Contact
* Marten Postma
* m.c.postma@vu.nl
* http://martenpostma.com/
Expand Down