-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add python3 #42
Merged
Merged
Add python3 #42
Conversation
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
… for Python 3 implementation
…ly, hard to get) resource. Underlyingly, this uses chatGPT 3.5 to do translation
…s, rather than only local .htm files (ultimately, unused, bkz Microsoft, whose webpage I wanted to use, blocks the use of Firefox, but not a bad change). Also upgraded to a newer version of WebView2 to see if that fixes the incompatibility with multiple clients using different versions of the runtime (still not fixed, but no need to revert)
…oesn't try to navigate to the website in situ. This causes it to launch off to the default web browser
…oj files correctly
…row for a fourth translator
…slation row and trigger the EncConverter.Convert methods in parallel to increase performance.
… also) the EncConverter/Translators
…they aren't passed in (we only deal w/ Unicode) and mark the converter as a ProcessTypeFlags.Translation (so it can't be used as a 'Transliterator' in Ptx -- too slow and expensive and user wouldn't be wanting to do that if they understood the implications)
…'t connected to the internet
…e, but an earlier incarnation whose nuget package has a linux version).
…onverter/Translators in parallel to improve performance
… to the corresponding EcTranslator*.wxs script for the needed registry values for the CodeBase, so these can be found via COM.
…nux, try the original (single) pythonnet package
… a space in it) and the nuget packaging to use nuget rather than dotnet pack (since I'm using a nuspec file)
…hy it can't seem to find the solution file that's in the root of the repo
prepend the file paths in the nuspec file w/ ".\" to help GHA find them properly
…file and added both the Win32 and x64 builds to the GHA yaml file
…e nuget packaging
…ckages (despite what's in the app.config and the *.csproj), which causes an install time problem.
…t posting examples to -- think poor man's fine tuning) and passing parameters to the ExeEncConverter based AzureOpenAI and VertextAi exes as encrypted json (since the command line args are getting complicated)
…ased translators (think: poor-man's fine tuning)
…VertexAI which has some of the same data (crednetials, etc)
…t to fix the GHA build
…orks in all apps (rather than having to enter them for each one)
…if that fixes the GHA build errors.
… version of the upload-artifact
…fter reverting back to 6.0 (due to 7.0 being deprecated)
…of 3??, which apparently needs to characters) and forgot to initialize the filename of the File Open Browse dialog
… creds and give the Google Cred dialog a scroll bar (for both Google Translate and VertexAI)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added support for Python 3 and an Azure OpenAI Translator EncConverter. Also added a .Net Regular Expression converter and the No Language Left Behind (NLLB) converter.