Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ResearAI/DeepReviewer-v2
/ LanguageStats
Class
LanguageStats
deepreview/report/final_report.py:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
@dataclass
39
class
LanguageStats:
40
primary_language: str
41
english_words: int
42
chinese_chars: int
43
english_ratio: float
44
chinese_ratio: float
45
46
47
@dataclass
Callers
1
analyze_report_language
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected