README: add example for English
Change-Id: I89bbe47be8d316b972f746f42c0600d502408131
diff --git a/README.md b/README.md
index b9cc498..10769c3 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,18 @@
os.environ["DEREKOVECS_SERVER"] = "https://corpora.ids-mannheim.de/openlab/kokokomvecs"
```
+### enwiki
+
+Based on the 2015 edition of the English Wikipedia article and talk pages corpus wxe15 (see Margaretha & Lüngen, 2014).
+
+```python
+import pyderekovecs as envecs
+import os
+os.environ["DEREKOVECS_SERVER"] = "https://corpora.ids-mannheim.de/openlab/enwikivecs"
+neighbors = envecs.paradigmatic_neighbours("runs")
+print(neighbors)
+```
+
### CoRoLa (Contemporary Reference Corpus of the Romanian Language)
```python
@@ -75,4 +87,8 @@
```bash
python -m unittest discover tests
-```
\ No newline at end of file
+```
+
+## References
+
+Margaretha, E., & Lüngen, H. (2014). Building linguistic corpora from Wikipedia articles and discussions. *Journal for Language Technology and Computational Linguistics, 29*(2), 59–82. https://doi.org/10.21248/jlcl.29.2014.189