-
Notifications
You must be signed in to change notification settings - Fork 347
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
Feature/multilingual #943
Open
SnowMasaya
wants to merge
40
commits into
NVIDIA:main
Choose a base branch
from
SnowMasaya:feature/multilingual
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/multilingual #943
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
b6464ea
Add Feature: translation functionality
masayaOgushi f94bb2e
Add Feature: probes add translation function
masayaOgushi 2238d18
Add Feature: detector add translation capabilities
masayaOgushi 7202e19
Add Feature: Enhance command-line interface with new translation options
masayaOgushi 1105bb1
chore: Update dependencies in requirements.txt, pyproject.toml
masayaOgushi 6bb7da3
docs: Add translation documentation
masayaOgushi 717f0ff
Merge branch 'leondz:main' into feature/multilingual
SnowMasaya b35cc1e
Update Feature: Translator
masayaOgushi bbb6c76
Update Feature: Probes
masayaOgushi 51baeb2
Update Feature: Detectors
masayaOgushi dc3a4ab
Update Feature: cli
masayaOgushi ee82261
Update Feature: config
masayaOgushi 7cb8acc
Update Feature: conftest
masayaOgushi ec9b40a
Remove: library
masayaOgushi d50d19e
Update Doc
masayaOgushi 808f34a
Merge branch 'feature/multilingual' of https://github.com/SnowMasaya/…
masayaOgushi 8a41c95
Merge branch 'main' into feature/multilingual
SnowMasaya 2fc2dd5
Fix test
masayaOgushi 8283b65
Merge branch 'feature/multilingual' of https://github.com/SnowMasaya/…
masayaOgushi 395840d
Update Feature Translation
masayaOgushi 73363f9
Add Feature Probes
masayaOgushi 57d14e5
Update Feature Detectors
masayaOgushi 3b3b60a
Update test
masayaOgushi bae54d7
Add library
masayaOgushi 022b821
Remove test code
masayaOgushi ad475ba
Add Feature
masayaOgushi a816836
Remove translation check
masayaOgushi e7363de
Update reverse translation
masayaOgushi 563060b
Remove translation function
masayaOgushi a3922e7
Add detector test
masayaOgushi a3dd8de
Update probes
masayaOgushi 4c4ad68
Update harness base
masayaOgushi 641b851
Add probe test code
masayaOgushi 8a0ee80
Update Translation
masayaOgushi b877b97
Update test translation
masayaOgushi 5820f95
Update doc
masayaOgushi e53e7d2
Merge 'main' into feature/multilingual
jmartin-tech e5a08c7
Streamline translation use case
jmartin-tech 6780578
Merge pull request #1 from jmartin-tech/feature/multilingual-translation
SnowMasaya 5da27d2
cleanup imports and tests
jmartin-tech 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
Update Feature Detectors
add reverse translation remove trigger translation fix test code Signed-off-by: Masaya Ogushi <mogushi@nvidia.com>
- Loading branch information
commit 57d14e5fced03e9797431e2ec636df1fa91f71f7
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. consider factoring up to harness There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK. |
This file contains 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
This file contains 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
This file contains 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.
consider factoring up to harness
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.
OK.