fix(semantics): upgrade complexity tiers, add missing relation edge
- LanguageDetectService: C2→C3 (has @RELATION, requires C3) - LanguageDetectServiceTests: C2→C3 (has @RELATION, requires C3) - preview.py: add @RELATION DEPENDS_ON -> [LanguageDetectService]
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
# #region LanguageDetectServiceTests [C:2] [TYPE Module] [SEMANTICS test, language, detection, heuristic]
|
||||
# #region LanguageDetectServiceTests [C:3] [TYPE Module] [SEMANTICS test, language, detection, heuristic]
|
||||
# @BRIEF Unit tests for LanguageDetectService — local language detection via lingua.
|
||||
# @LAYER Test
|
||||
# @RELATION BINDS_TO -> [LanguageDetectService:Module]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# #region LanguageDetectService [C:2] [TYPE Module] [SEMANTICS translate, language, detection, heuristic]
|
||||
# #region LanguageDetectService [C:3] [TYPE Module] [SEMANTICS translate, language, detection, heuristic]
|
||||
# @BRIEF Local language detection powered by lingua-language-detector (no LLM).
|
||||
# Provides fast, non-LLM language identification for source text rows,
|
||||
# reducing LLM token costs by pre-detecting same-language rows and
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
# @RELATION DEPENDS_ON -> [LLMProviderService]
|
||||
# @RELATION DEPENDS_ON -> [DictionaryManager]
|
||||
# @RELATION DEPENDS_ON -> [SupersetClient]
|
||||
# @RELATION DEPENDS_ON -> [LanguageDetectService]
|
||||
# @RELATION DEPENDS_ON -> [render_prompt]
|
||||
# @RELATION DEPENDS_ON -> [ConfigManager]
|
||||
# @PRE Database session and config manager are available.
|
||||
|
||||
Reference in New Issue
Block a user