这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
zh:notes:important_citation [2021/02/08 21:21] pzczxs [CIM特征] |
zh:notes:important_citation [2022/01/27 08:23] (当前版本) pzczxs 讨论状态变化了 |
||
---|---|---|---|
行 16: | 行 16: | ||
*xlwt | *xlwt | ||
*[[http://www.xpdfreader.com/|XPDF]] | *[[http://www.xpdfreader.com/|XPDF]] | ||
- | *R | + | *[[https://rstudio.com/|R]] |
*[[:zh:notes:install_parscit|ParsCit]] | *[[:zh:notes:install_parscit|ParsCit]] | ||
- | *MySQL | + | *[[https://www.mysql.com/|MySQL]] |
===== Dataset ===== | ===== Dataset ===== | ||
行 107: | 行 107: | ||
==== 线索词特征 ==== | ==== 线索词特征 ==== | ||
运行<color red>cue_words.py</color>, 线索词列表在<color red>./data/cue_words.xls</color>,通过正则表达式匹配来统计出现在引文中的重要线索词和不重要线索词的数量, 导出到Excel文件中。 | 运行<color red>cue_words.py</color>, 线索词列表在<color red>./data/cue_words.xls</color>,通过正则表达式匹配来统计出现在引文中的重要线索词和不重要线索词的数量, 导出到Excel文件中。 | ||
- | <code shell> | + | <code bash> |
> Python ./cue_words.py | > Python ./cue_words.py | ||
</code> | </code> | ||
行 146: | 行 146: | ||
> stats.ttest_rel(G1,G2) | > stats.ttest_rel(G1,G2) | ||
</code> | </code> | ||
+ | |||
+ | ~~DISCUSSION:closed~~ |