Skip to content

Remove unused and outdated Natural Language samples #1715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions language/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@ This directory contains Python examples that use the

- [api](api) has a simple command line tool that shows off the API's features.

- [movie_nl](movie_nl) combines sentiment and entity analysis to come up with
actors/directors who are the most and least popular in the imdb movie reviews.

- [ocr_nl](ocr_nl) uses the [Cloud Vision API](https://cloud.google.com/vision/)
to extract text from images, then uses the NL API to extract entity information
from those texts, and stores the extracted information in a database in support
of further analysis and correlation.

- [sentiment](sentiment) contains the [Sentiment Analysis
Tutorial](https://cloud.google.com/natural-language/docs/sentiment-tutorial)
code as used within the documentation.

- [syntax_triples](syntax_triples) uses syntax analysis to find
subject-verb-object triples in a given piece of text.
151 changes: 0 additions & 151 deletions language/cloud-client/v1beta2/README.rst

This file was deleted.

32 changes: 0 additions & 32 deletions language/cloud-client/v1beta2/README.rst.in

This file was deleted.

43 changes: 0 additions & 43 deletions language/cloud-client/v1beta2/quickstart.py

This file was deleted.

22 changes: 0 additions & 22 deletions language/cloud-client/v1beta2/quickstart_test.py

This file was deleted.

1 change: 0 additions & 1 deletion language/cloud-client/v1beta2/requirements.txt

This file was deleted.

1 change: 0 additions & 1 deletion language/cloud-client/v1beta2/resources/android_text.txt

This file was deleted.

1 change: 0 additions & 1 deletion language/cloud-client/v1beta2/resources/text.txt

This file was deleted.

Loading