-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Translate sample #348
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
Translate sample #348
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
2735737
added first commit of translate
puneithk fd18d9e
added correct translate dependency
puneithk 9c75dac
renamed sample file to TranslateText
puneithk 78bf1f6
added pom entries and added first sample translate code
puneithk 9d16b79
added language detect code
puneithk 292354d
removed line
puneithk a33ff9a
added source and target lang options
puneithk 8f444e9
added source and target lang function
puneithk eb03dd1
organized README functions
puneithk de5d1b1
organized README functions
puneithk a9eb8b8
added TranslateAPI Features
puneithk a53a8f3
added PrintStream as output
puneithk e8fd790
added tests
puneithk 930e00f
added style check
puneithk 1756145
fixed import order
puneithk 792cb56
added @param
puneithk cdc4117
fixed PR comments
puneithk c3c48ce
added range check
puneithk 1d8fd5e
fixed README and pom
puneithk 91c0ee9
fixed README tick
puneithk 001f400
added within instead of less and greater than for test
puneithk a28e440
added function to create translate service
puneithk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
added TranslateAPI Features
- Loading branch information
commit a9eb8b84b8de7cb596a5bf0295c15de1eb392945
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this line to: List the languages supported by the API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done