Skip to content

Commit d0df8f0

Browse files
tests: add e2e tests (#167)
* tests: add e2e tests * refactor: move nltk resources & move pictures to assets
1 parent 9e83654 commit d0df8f0

26 files changed

+78
-14
lines changed

.github/sync-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ sync:
55
dest: resources/nltk_data/
66
- source: resources/examples/
77
dest: resources/examples/
8-
- source: resources/images/logo.png
9-
dest: resources/images/logo.png
8+
- source: assets/logo.png
9+
dest: assets/logo.png
1010
- source: webui/
1111
dest: webui/
1212
- source: webui/app.py

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="resources/images/logo.png"/>
2+
<img src="assets/logo.png"/>
33
</p>
44

55
<!-- icon -->
@@ -315,7 +315,7 @@ See [analysis](https://deepwiki.com/open-sciencelab/GraphGen) by deepwiki for a
315315

316316

317317
### Workflow
318-
![workflow](resources/images/flow.png)
318+
![workflow](assets/flow.png)
319319

320320

321321
## 🍀 Acknowledgements

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="resources/images/logo.png"/>
2+
<img src="assets/logo.png"/>
33
</p>
44

55
<!-- icon -->
@@ -313,7 +313,7 @@ GraphGen 首先根据源文本构建细粒度的知识图谱,然后利用期
313313

314314

315315
### 工作流程
316-
![workflow](resources/images/flow.png)
316+
![workflow](assets/flow.png)
317317

318318

319319
## 🍀 致谢

examples/evaluate/evaluate_qa/qa_evaluation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ nodes:
9292
metrics:
9393
- qa_length
9494
- qa_mtld
95-
- qa_reward_score
96-
- qa_uni_score
95+
# - qa_reward_score
96+
# - qa_uni_score
9797
mtld_params:
9898
threshold: 0.7
File renamed without changes.
File renamed without changes.
File renamed without changes.

resources/nltk_data/tokenizers/punkt_tab/english/abbrev_types.txt renamed to graphgen/resources/nltk_data/tokenizers/punkt_tab/english/abbrev_types.txt

File renamed without changes.

0 commit comments

Comments
 (0)