Skip to content

Commit

Permalink
Copy Paste Fail
Browse files Browse the repository at this point in the history
  • Loading branch information
tttthomasssss committed Sep 4, 2014
1 parent cae87bb commit 06e445c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThesaurusConnectors/AlterVistaThesaurusConnector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
```

##Notes
* Works with NLTK WordNet PoS Tags (i.e. 'n' or `nltk.coprpus.wordnet.NOUN`) as well as the Big Huge Thesaurus PoS Tags.
* Works with NLTK WordNet PoS Tags (i.e. 'n' or `nltk.coprpus.wordnet.NOUN`) as well as the AlterVista Thesaurus PoS Tags.
* By default, it uses `json` and returns a list of results.
* `pyvistaconnector.thesaurus_entry_raw(…)` can be used to retrieve the raw entry returned from the API. *NB: While for `json` responses the return type is a Python `dict`, for `xml` responses the return type is a `str`*.
* And no, the `xml` is not altered/parsed/touched in any way, what you receive is the raw `str` as returned by the API.
Expand Down

0 comments on commit 06e445c

Please sign in to comment.