Releases: google/budou
Releases · google/budou
0.7.4
Simpler and more secure.
- Drop the support for inputs which include HTML snippets
- Sanitize HTML output with lxml.html.clean.clean_html()
- Wrap the output with one parent SPAN tag to make it as a complete tree structure and support ARIA attributes on the parent tag in the future fix.
Small patch
PyPi serves this package in wheel format now.
Bring back python-api-client
Merge pull request #27 from google/feature/bring-back Bring back googleapiclient.
googleapiclient -> google-cloud-language
Replaced googleapiclient with google-cloud-language library.
google auth enabled.
oauth2client was recently deprecated in favor of the release of google-auth library. Accordingly, we updated Budou to use google-auth instead of oauth2client.
Improve entity handling.
- Overall refactoring.
- Add entity mode which uses entities retrieved by Google Cloud Natural Language API.
Improve punctuation mark handling
0.2.4 Update version.