feat: consolida lessico semantico, temi controllati e filler a quota tematica

This commit is contained in:
2026-04-15 15:37:52 +02:00
parent b172b9c04b
commit a1f8cb8577
8 changed files with 14030 additions and 46434 deletions

View File

@@ -4,7 +4,7 @@ setlocal
cd /d "%~dp0"
set "BRANCH_NAME=passo4"
set "COMMIT_MSG=feat: aggiunge il lessico semantico con integrazione ItalWordNet"
set "COMMIT_MSG=feat: consolida lessico semantico, temi controllati e filler a quota tematica"
if not "%~1"=="" (
set "COMMIT_MSG=%~1"
@@ -32,8 +32,8 @@ if errorlevel 1 (
if errorlevel 1 exit /b 1
echo.
echo Aggiungo le modifiche...
git add .
echo Aggiungo le modifiche di progetto, escludendo cache Python e cache API...
git add *.py *.bat *.txt lexicon_it.json lexicon_it_semantic.json vocaboli_it_metadata.json package iwn-omw-main
if errorlevel 1 exit /b 1
echo.