You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.. | ||
10 跑起来了 | 2 months ago | |
11 封装 | 2 months ago | |
12 语言特性 | 2 months ago | |
13 函数式风格 | 2 months ago | |
14 异常 | 2 months ago | |
15 工程化考虑 | 2 months ago | |
16 人机交互 | 2 months ago | |
17 其它 | 2 months ago | |
cppy | 2 months ago | |
readme.MD | 2 months ago |
readme.MD
任务
本项目的主要功能任务:对指定文件,读取文本,在停用词过滤后,按降序输出前10个高频词
我们研究这个问题的解法在各种情景下的表现形式 。
将 cppy整个目录转移到 anaconda3\Lib\site-packages 下面。里面放了一些共同的代码片段(函数),这样使得模式代码更短小简洁,便于更能集中理解各种模式的核心思想 。