update(LexiAnnot): 支持考试词汇标注

This commit is contained in:
wumode
2025-08-17 17:09:02 +08:00
parent fe83ff1be8
commit 6960b3f7aa
5 changed files with 802 additions and 546 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -508,11 +508,12 @@
"name": "美剧生词标注",
"description": "根据CEFR等级为英语影视剧标注高级词汇。",
"labels": "英语",
"version": "1.0.1",
"version": "1.1.0",
"icon": "LexiAnnot.png",
"author": "wumode",
"level": 1,
"history": {
"v1.1.0": "支持考试词汇标注; 优化分词处理; 修复错误",
"v1.0.1": "合并连字符词; 避免ARM平台依赖问题",
"v1.0": "新增LexiAnnot"
}

View File

@@ -7,6 +7,7 @@
![](https://images2.imgbox.com/d6/b6/kZu6EH2a_o.png)
![](https://images2.imgbox.com/c8/3a/rEJBWu5v_o.png)
![](https://images2.imgbox.com/97/b7/d6RXFtwD_o.png)
![](https://images2.imgbox.com/8a/d4/AtgOe265_o.jpg)
# Gemini
@@ -38,7 +39,7 @@ CEFR全称是Common European Framework of Reference for Languages。
# 计划
- 双语字幕支持
- 考试词汇标注
- ~~考试词汇标注~~
# FAQ

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,5 @@
pysubs2~=1.8.0
langdetect~=1.0.9
pymediainfo~=7.0.1
pymediainfo~=7.0.1
thinc==8.3.4
spacy==3.8.7