diff --git a/language/Main.xaml b/language/Main.xaml new file mode 100644 index 0000000..dba6e24 --- /dev/null +++ b/language/Main.xaml @@ -0,0 +1,328 @@ + + + + System.Activities + System.Activities.Statements + System.Activities.Expressions + System.Activities.Validation + System.Activities.XamlIntegration + Microsoft.VisualBasic + Microsoft.VisualBasic.Activities + System + System.Collections + System.Collections.Generic + System.Data + System.Diagnostics + System.Drawing + System.IO + System.Linq + System.Net.Mail + System.Xml + System.Xml.Linq + UiPath.Core + UiPath.Core.Activities + System.Windows.Markup + System.Collections.ObjectModel + System.Activities.DynamicUpdate + System.Reflection + System.Runtime.InteropServices + System.Runtime.Serialization + UiPath.MLServices + UiPath.MLServices.Enums + UiPath.MLServices.Activities + UiPath.Shared.Activities + Newtonsoft.Json.Linq + Newtonsoft.Json + System.Dynamic + System.ComponentModel + System.Collections.Specialized + UiPath.Web.Activities + Microsoft.VisualBasic.CompilerServices + System.Security + UiPath.Mail + UiPath.Mail.IMAP.Activities + UiPath.Mail.Activities + System.Web.Mail + System.Xml.Serialization + UiPath.Excel + UiPath.Excel.Activities + + + + + System.Activities + Microsoft.VisualBasic + mscorlib + System.Data + System + System.Drawing + System.Core + System.Xml + System.Xml.Linq + PresentationFramework + WindowsBase + PresentationCore + System.Xaml + UiPath.System.Activities + UiPath.UiAutomation.Activities + System.Data.DataSetExtensions + System.Memory + System.Runtime.Serialization + UiPath.MLServices + UiPath.MLServices.Activities + UiPath.Excel.Activities + UiPath.Mail.Activities + UiPath.UIAutomationCore + UiPath.OCR.Activities + Newtonsoft.Json + UiPath.Web.Activities + System.Web + + + + + + + + + + True + 10,2.5 + 60,75 + 70,40 230,40 230,69 + + + + __ReferenceID4 + + + + + 130,69 + 200,22 + 230,91 230,119 + + + + + + True + + + + + + + + 130,119 + 200,22 + 230,141 230,191 + + + + + + True + + + + + + + + 130,191 + 200,51 + + + + + + + + + + + + + + + + + True + + + + + + + __ReferenceID0 + + + + + + + + + + + + + + [language] + + + mlout (language).ToString + + + + + + + + + + + True + + + + + + + + + + + + True + + + + + + + + + + + + True + + + + + + + + + + + + True + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + + + + + + + + __ReferenceID1 + + + + + + + + + + + + + [sentiment] + + + [sentiout("sentiment").ToString] + + + + + [accuracy] + + + [sentiout("confidence").ToString] + + + + + + + + + + + + + + + + + True + + + + + + + + + + + + + + + + + + + + + + __ReferenceID2 + __ReferenceID3 + + \ No newline at end of file diff --git a/language/Screenshot (73).png b/language/Screenshot (73).png new file mode 100644 index 0000000..d120c17 Binary files /dev/null and b/language/Screenshot (73).png differ diff --git a/language/Screenshot (74).png b/language/Screenshot (74).png new file mode 100644 index 0000000..8837d6d Binary files /dev/null and b/language/Screenshot (74).png differ diff --git a/language/Screenshot (75).png b/language/Screenshot (75).png new file mode 100644 index 0000000..c96fc48 Binary files /dev/null and b/language/Screenshot (75).png differ diff --git a/language/language.xlsx b/language/language.xlsx new file mode 100644 index 0000000..1128c28 Binary files /dev/null and b/language/language.xlsx differ diff --git a/language/project.json b/language/project.json new file mode 100644 index 0000000..0c7a4a7 --- /dev/null +++ b/language/project.json @@ -0,0 +1,57 @@ +{ + "name": "language", + "description": "Blank Process", + "main": "Main.xaml", + "dependencies": { + "UiPath.Excel.Activities": "[2.10.4]", + "UiPath.Mail.Activities": "[1.10.5]", + "UiPath.MLServices.Activities": "[1.1.7]", + "UiPath.System.Activities": "[21.4.1]", + "UiPath.UIAutomation.Activities": "[21.4.4]", + "UiPath.WebAPI.Activities": "[1.7.0]" + }, + "webServices": [], + "entitiesStores": [], + "schemaVersion": "4.0", + "studioVersion": "21.4.4.0", + "projectVersion": "1.0.0", + "runtimeOptions": { + "autoDispose": false, + "isPausable": true, + "requiresUserInteraction": true, + "supportsPersistence": false, + "excludedLoggedData": [ + "Private:*", + "*password*" + ], + "executionType": "Workflow", + "readyForPiP": false, + "startsInPiP": false + }, + "designOptions": { + "projectProfile": "Developement", + "outputType": "Process", + "libraryOptions": { + "includeOriginalXaml": false, + "privateWorkflows": [] + }, + "processOptions": { + "ignoredFiles": [] + }, + "fileInfoCollection": [], + "modernBehavior": false + }, + "expressionLanguage": "VisualBasic", + "entryPoints": [ + { + "filePath": "Main.xaml", + "uniqueId": "5c112a45-57de-416a-aa65-9f590c566180", + "input": [], + "output": [] + } + ], + "isTemplate": false, + "templateProjectData": {}, + "publishData": {}, + "targetFramework": "Legacy" +} \ No newline at end of file