Skip to content

Releases: google/budou

0.7.4

18 Oct 08:47
Compare
Choose a tag to compare
0.7.4 release

Simpler and more secure.

16 Oct 01:01
Compare
Choose a tag to compare
  • 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

04 Oct 04:18
Compare
Choose a tag to compare

PyPi serves this package in wheel format now.

Bring back python-api-client

19 Sep 06:50
Compare
Choose a tag to compare
Merge pull request #27 from google/feature/bring-back

Bring back googleapiclient.

googleapiclient -> google-cloud-language

14 Sep 07:44
Compare
Choose a tag to compare

Replaced googleapiclient with google-cloud-language library.

google auth enabled.

13 Sep 08:46
Compare
Choose a tag to compare

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.

17 Apr 05:19
Compare
Choose a tag to compare
  • Overall refactoring.
  • Add entity mode which uses entities retrieved by Google Cloud Natural Language API.

Improve punctuation mark handling

10 Apr 09:31
Compare
Choose a tag to compare
0.2.4

Update version.