- Updated README instructions and links. [Alex Olieman]
- Ensure that
candidates
returns surface forms as strings. [Alex Olieman] - Ensure that surface forms are always strings (merge PR #1). [ShomyLiu & Alex Olieman]
- Moved the shared request logic in
annotate
andcandidates
to a helper function. [Alex Olieman] - Updated setup/package files [Alex Olieman]
- Updated README. [Luis Nell & Alex Olieman]
- Changed default spotter to
'Default'
for 0.7 compatibility. [Alex Olieman] - Moved filter parameters into a
filters
argument. [Alex Olieman]- Removed the
policy
argument fromannotate
andcandidates
. - Added a types parameter, which enables server-side filtering of resources. It also makes for a nice addition to the policy parameter.
- Removed the
- Python 3 compatibility. [Alex Olieman]
- Moved to nose2 for tests. [Alex Olieman]
- Updated required version of the requests package. [Alex Olieman]
- Remove mutable default arguments. [Luis Nell]
- Add manifest so README is included on PyPI. [Luis Nell]
- Update README for PyPI release. [Luis Nell]
- Upgrade to requests 1.2.3. [Luis Nell]
- BSD License. [Luis Nell]
- Workaround for footnotes in
surfaceForm
that get parsed as a list. [Luis Nell] - Do not assume in
candidates
thatsurfaceForm
is always a list. [Luis Nell]
- Have to explicitly provide a protocol in the URL. [Luis Nell]
- Added stuff for testing. [Luis Nell]
- Add requirements.txt for pip. [Luis Nell]
- Make use of requests builtin json decoding. [Luis Nell]
- Some README updates. [Luis Nell]
- Add ordereddict requirement for py2.6. [Luis Nell]
- Tests: adapt to the requests raw handling. [Luis Nell]
- Use requests 0.14.1 from now on. [Luis Nell]
- Fixed typos, wrong link. [Pablo Mendes]
- Minor: We spell it DBpedia, not DBPedia :)
- Fix: Link pointed to OpenCalais, a commercial closed-source alternative to DBpedia Spotlight
- Update README to reflect the exception changes. [Luis Nell]
- Raise requests.exceptions.HTTPError on response.status_code != 200. [Luis Nell]
- Prefer simplejson to json. [Luis Nell]
- Add tests for new exception handling. [Luis Nell]
- Add Exception Handling. [Luis Nell]
- Fixes setup.py issues. v0.5.2. [Luis Nell]
- Fix setup.py - push 0.5.1. [Luis Nell]
- Init. [Luis Nell]