Skip to content
Snippets Groups Projects
Commit fe028d73 authored by Arkadiusz Janz's avatar Arkadiusz Janz
Browse files

readme updated

parent 3c7f56f6
Branches
Tags
1 merge request!11Develop
Pipeline #16142 passed
...@@ -6,7 +6,7 @@ PLWN API is a library for accessing the plWordNet lexicon in a Python program. ...@@ -6,7 +6,7 @@ PLWN API is a library for accessing the plWordNet lexicon in a Python program.
Setup Setup
===== =====
To use the api one has to download a default data dump. To setup the api you have to `download` command from plwn library. To use the api one has to download a default data dump. To setup the api you have to execute `download` command from plwn library.
```python ```python
import plwn import plwn
...@@ -21,7 +21,7 @@ Usage ...@@ -21,7 +21,7 @@ Usage
===== =====
Access is provided using a PLWordNet object, with data loaded from the database Access is provided using a PLWordNet object, with data loaded from the database
dump. To get thethe database dump use the `download` method (see ,,Setup'' section). dump. To get the database dump use the `download` method (see ,,Setup'' section).
```python ```python
import plwn import plwn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment