Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
5843b42
Remove pdbonly debug type from project files and set to none for rele…
michaelbeale-IL Jan 17, 2025
b7e088b
Refactor project files to unify Debug and Release configurations, rem…
michaelbeale-IL Jan 17, 2025
44abf0b
Refactor project files to unify Debug and Release configurations, ens…
michaelbeale-IL Jan 17, 2025
b6d9943
Add src/Redistributable/ to .gitignore to exclude redistributable fil…
michaelbeale-IL Jan 17, 2025
c91ee1c
Update .gitmodules to specify the main branch for the ConvAssist subm…
michaelbeale-IL Jan 17, 2025
118644e
Update configuration files to unset resource paths and standardize mo…
michaelbeale-IL Jan 17, 2025
de03be1
Deleted unused dylib files from brainflow. (NO BINARIES FROM BRAINFL…
michaelbeale-IL Jan 19, 2025
887b097
Update .gitattributes to comment out LFS tracking for Setup files and…
michaelbeale-IL Jan 19, 2025
804719d
Update output paths and increment assembly version for ACAT applications
michaelbeale-IL Jan 19, 2025
b135bb5
Latest build of ConvAssist. NOTE: This is DEBUG BUILD
michaelbeale-IL Jan 21, 2025
0036203
Refactor ConvAssist initialization and named pipe server handling for…
michaelbeale-IL Jan 21, 2025
16efffb
Update ConvAssist executable file size and hash for version tracking
michaelbeale-IL Jan 23, 2025
49466b8
Refactor ConvAssist named pipe server methods for improved error hand…
michaelbeale-IL Jan 23, 2025
af83180
Removing more unneeded files
michaelbeale-IL Jan 23, 2025
e1ca3a7
Latest version of ConvAssist
michaelbeale-IL Jan 23, 2025
5ab845c
Improve error handling in deploy.bat; add checks for source directory…
michaelbeale-IL Jan 23, 2025
64cde6b
Enhance ConvAssist named pipe server functionality; add parameter han…
michaelbeale-IL Jan 24, 2025
420a59a
Update ConvAssist executable and refactor logging methods for improve…
michaelbeale-IL Jan 24, 2025
d2d55ba
Refactor ConvAssist initialization to include parameter sending; comm…
michaelbeale-IL Jan 24, 2025
d59f55c
Update ConvAssist configuration and improve named pipe server timeout…
michaelbeale-IL Jan 26, 2025
57ded29
Update .gitignore to include internal ConvAssistApp directory and Con…
michaelbeale-IL Jan 26, 2025
bf9f931
removing lfs
michaelbeale-IL Jan 26, 2025
fbf252f
Remove unused model files and configurations from ConvAssist
michaelbeale-IL Jan 26, 2025
c85dc70
Update deploy.bat to use xcopy for deploying ConvAssistApp files
michaelbeale-IL Jan 26, 2025
dd85e64
Refactor ConvAssistWordPredictor to conditionally start the ConvAssis…
michaelbeale-IL Jan 26, 2025
b714dea
Remove ConvAssist submodule and related files; replace ConvAssist.exe…
michaelbeale-IL Jan 28, 2025
41a235f
Fix formatting in ConvAssistWordPredictor.cs for improved readability
michaelbeale-IL Jan 28, 2025
b13e12c
Update .gitignore to include installer files and remove specific exec…
michaelbeale-IL Jan 28, 2025
2643ddd
Update .gitignore and deploy.bat for ConvAssistApp deployment; add Co…
michaelbeale-IL Jan 28, 2025
e60d525
Update ConvAssist.zip metadata and modify deploy.bat to remove error …
michaelbeale-IL Jan 28, 2025
3afb1ef
Enable digital verification in project configurations and update depl…
michaelbeale-IL Jan 28, 2025
e251242
Adjust word suggestion settings in ACATPreferences for improved predi…
michaelbeale-IL Jan 31, 2025
30ca68c
Update ConvAssist.zip metadata to reflect new file size and hash
michaelbeale-IL Jan 31, 2025
4b2947f
Updated with latest 3.12 changes
michaelbeale-IL Jan 31, 2025
f3e3058
Enhance deploy.bat to clear existing files in TARGETDIR before extrac…
michaelbeale-IL Feb 4, 2025
c58bf96
Refactor project files to remove TRACE definition and standardize Err…
michaelbeale-IL Feb 4, 2025
87ca23b
Fix deploy.bat to ensure ConvAssist.zip extracts correctly into the i…
michaelbeale-IL Feb 4, 2025
8c59cc2
Update ConvAssist.zip metadata to reflect new file size and hash
michaelbeale-IL Feb 6, 2025
367a0c4
Refactor ConvAssist code to improve async handling and add timeout fu…
michaelbeale-IL Feb 6, 2025
e59e172
Add custom post-clean target to ACATTalk project for enhanced cleanup
michaelbeale-IL Feb 6, 2025
76e8e8a
Reduce suggestion limit in wordPredMode.ini from 100 to 5 for improve…
michaelbeale-IL Feb 6, 2025
9755339
Add nullable XML elements for Language and panel names in Preferences…
michaelbeale-IL Feb 6, 2025
529e3e3
Implement thread-safe XML utility methods with locking; enhance error…
michaelbeale-IL Feb 6, 2025
e1e9e9f
Update ConvAssist.zip to new version with updated file size
michaelbeale-IL Feb 7, 2025
696c247
Bump assembly version to 3.12 across multiple projects
michaelbeale-IL Feb 8, 2025
17e6cda
Update ConvAssist.zip to new version with updated file size
michaelbeale-IL Feb 8, 2025
654bdfd
Add ENABLE_DIGITAL_VERIFICATION and TRACE define to Release|AnyCPU pr…
michaelbeale-IL Feb 9, 2025
690ef8b
Standardize define constants to use uppercase for TRACE in project co…
michaelbeale-IL Feb 10, 2025
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
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ src/Applications/Install/en/WordPredictors/ConvAssist/aac_gpt2/* filter=lfs diff
src/Applications/Install/en/WordPredictors/ConvAssist/DialoGPT-medium/* filter=lfs diff=lfs merge=lfs -text
src/Applications/Install/en/WordPredictors/ConvAssist/multi-qa-MiniLM-L6-cos-v1/* filter=lfs diff=lfs merge=lfs -text
src/Assets/Videos/* filter=lfs diff=lfs merge=lfs -text
src/Setup/* filter=lfs diff=lfs merge=lfs -text
# src/Setup/* filter=lfs diff=lfs merge=lfs -text
src/3rdParty/*.* filter=lfs diff=lfs merge=lfs -text
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ ClientBin/
*.publishsettings
orleans.codegen.cs

# src/Applications/Install/ConvAssistApp/_internal
src/Applications/Install/ConvAssistApp/ConvAssist

# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
Expand Down Expand Up @@ -348,3 +351,10 @@ MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/

src/Redistributable/

# Installer Stuff
src/Setup/ACATSetup*.exe
src/Setup/*.nsi
src/Applications/Install/ConvAssistApp/ConvAssist
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

370 changes: 8 additions & 362 deletions src/ACAT.sln

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/ACATResources/ACATResources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<DefineConstants>TRACE;ENABLE_DIGITAL_VERIFICATION</DefineConstants>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/ACATResources/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.10")]
[assembly: AssemblyFileVersion("3.10")]
[assembly: AssemblyVersion("3.12")]
[assembly: AssemblyFileVersion("3.12")]
28 changes: 4 additions & 24 deletions src/Applications/ACATConfig/ACATConfig.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,40 +26,20 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\AcatApp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<DefineConstants>TRACE;ENABLE_DIGITAL_VERIFICATION</DefineConstants>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<OutputPath>..\AcatApp\bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\ACATApp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>..\ACATApp\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Properties\ACATConfig.ico</ApplicationIcon>
</PropertyGroup>
Expand Down
4 changes: 1 addition & 3 deletions src/Applications/ACATConfig/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
//
////////////////////////////////////////////////////////////////////////////

//#define ENABLE_DIGITAL_VERIFICATION

using ACAT.Applications;
using ACAT.Lib.Core.PanelManagement;
using ACAT.Lib.Core.PreferencesManagement;
Expand Down Expand Up @@ -189,7 +187,7 @@ private static bool validateCertificate(String dllPath)
catch (Exception ex)
{
MessageBox.Show("Digital signature verification failed for the following DLL.\n\n" + dllPath + "\n\n" + ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Stop);
return false;
return false;
}

return true;
Expand Down
4 changes: 2 additions & 2 deletions src/Applications/ACATConfig/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.11")]
[assembly: AssemblyFileVersion("3.11")]
[assembly: AssemblyVersion("3.12")]
[assembly: AssemblyFileVersion("3.12")]

48 changes: 25 additions & 23 deletions src/Applications/ACATTalk/ACATTalk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
</SccAuxPath>
<SccProvider>
</SccProvider>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
Expand All @@ -38,36 +37,34 @@
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<PropertyGroup>
<ApplicationIcon>ACATTalk.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\ACATApp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<Prefer32Bit>false</Prefer32Bit>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>..\ACATApp\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>ACATTalk.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>Always</RunPostBuildEvent>
<DefineConstants>TRACE;ENABLE_DIGITAL_VERIFICATION</DefineConstants>
</PropertyGroup>
<PropertyGroup />
<ItemGroup>
<Reference Include="ACATCore">
<HintPath>..\..\Redistributable\ACATCore.dll</HintPath>
Expand Down Expand Up @@ -186,4 +183,9 @@
<Target Name="AfterBuild">
</Target>
-->
<Target Name="CustomPostClean" AfterTargets="Clean">
<Message Text="Executing custom post-clean step..." Importance="high" />
<!-- Add your custom tasks here -->
<Delete Files="..\ACATApp\bin\$(Configuration)\*.*" />
</Target>
</Project>
2 changes: 0 additions & 2 deletions src/Applications/ACATTalk/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
//
////////////////////////////////////////////////////////////////////////////

//#define ENABLE_DIGITAL_VERIFICATION

using ACAT.ACATResources;
using ACAT.Lib.Core.AgentManagement;
using ACAT.Lib.Core.Audit;
Expand Down
4 changes: 2 additions & 2 deletions src/Applications/ACATTalk/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.11")]
[assembly: AssemblyFileVersion("3.11")]
[assembly: AssemblyVersion("3.12")]
[assembly: AssemblyFileVersion("3.12")]

28 changes: 12 additions & 16 deletions src/Applications/ACATWatch/ACATWatch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,25 @@
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<PropertyGroup>
<ApplicationIcon>ACATWatch.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\ACATApp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>..\ACATApp\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>ACATWatch.ico</ApplicationIcon>
<DefineConstants>TRACE;ENABLE_DIGITAL_VERIFICATION</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="ACATCore">
Expand Down
4 changes: 2 additions & 2 deletions src/Applications/ACATWatch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.11")]
[assembly: AssemblyFileVersion("3.11")]
[assembly: AssemblyVersion("3.12")]
[assembly: AssemblyFileVersion("3.12")]
10 changes: 5 additions & 5 deletions src/Applications/AppCommon/AppCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\ACATApp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<DefineConstants>TRACE;ENABLE_DIGITAL_VERIFICATION</DefineConstants>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<OutputPath>..\ACATApp\bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<DefineConstants>TRACE;ENABLE_DIGITAL_VERIFICATION</DefineConstants>
<Optimize>true</Optimize>
<OutputPath>..\ACATApp\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup />
Expand Down
3 changes: 0 additions & 3 deletions src/Applications/Install/ConvAssistApp/ConvAssist.exe

This file was deleted.

3 changes: 3 additions & 0 deletions src/Applications/Install/ConvAssistApp/ConvAssist.zip
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ class = SqliteDatabaseConnector
predictors = CannedWordPredictor CannedPhrasesPredictor

[CannedWordPredictor]
static_resources_path = C:\Users\shachihk\Downloads\Debug_20230720\Debug\en\WordPredictors\Pressagio
personalized_resources_path = C:\Users\shachihk\OneDrive - Intel Corporation\Documents\ACAT\Users\DefaultUser\en\WordPredictors\Pressagio\Database
predictor_class = SmoothedNgramPredictor
static_resources_path = UNSET
personalized_resources_path = UNSET
predictor_class = CannedWordPredictor
deltas = 0.01 0.1 0.89
database = canned_ngram.db
sentences_db = canned_sentences.db
Expand All @@ -16,8 +16,8 @@ personalized_cannedphrases = personalizedCannedPhrases.txt
stopwords = stopwords.txt

[CannedPhrasesPredictor]
static_resources_path = C:\Users\shachihk\Downloads\Debug_20230720\Debug\en\WordPredictors\Pressagio
personalized_resources_path = C:\Users\shachihk\OneDrive - Intel Corporation\Documents\ACAT\Users\DefaultUser\en\WordPredictors\Pressagio\Database
static_resources_path = UNSET
personalized_resources_path = UNSET
predictor_class = CannedPhrasesPredictor
generic_phrases = cannedPhrases.txt
sentences_db = canned_sentences.db
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ predictors = SentenceCompletionPredictor
[SentenceCompletionPredictor]
predictor_class = SentenceCompletionPredictor
learn = True
static_resources_path = C:\Users\shachihk\Downloads\Debug_20230720\Debug\en\WordPredictors\Pressagio
personalized_resources_path = C:\Users\shachihk\OneDrive - Intel Corporation\Documents\ACAT\Users\DefaultUser\en\WordPredictors\Pressagio\Database
static_resources_path = UNSET
personalized_resources_path = UNSET
test_generalsentenceprediction = False
retrieveaac = False
use_onnx_model = False
sent_database = sent_database.db
retrieve_database = all_aac.txt
onnx_path = onnx
modelname = aac_gpt2
tokenizer = aac_gpt2
modelname = IntelLabs/aac_gpt2
tokenizer = IntelLabs/aac_gpt2
startsents = startSentences.txt
embedding_cache_path = all_aac_embeddings.pkl
sentence_transformer_model = multi-qa-MiniLM-L6-cos-v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ class = SqliteDatabaseConnector
predictors = ShortHandPredictor

[ShortHandPredictor]
static_resources_path = C:\Users\shachihk\Downloads\Debug_20230720\Debug\en\WordPredictors\Pressagio
personalized_resources_path = C:\Users\shachihk\OneDrive - Intel Corporation\Documents\ACAT\Users\DefaultUser\en\WordPredictors\Pressagio\Database
static_resources_path = UNSET
personalized_resources_path = UNSET
predictor_class = SmoothedNgramPredictor
deltas = 0.01 0.1 0.89
database = shorthand_sqlite.db
Expand Down
Loading