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.
zj3D 74b622ee04
526-7
2 months ago
..
10 跑起来了 525-22 2 months ago
11 封装 525-22 2 months ago
12 语言特性 526-7 2 months ago
13 函数式风格 525-23 2 months ago
14 异常 525-22 2 months ago
15 工程化考虑 525-23 2 months ago
16 人机交互 525-22 2 months ago
17 其它 525-22 2 months ago
cppy 521_2 2 months ago
readme.MD 525-22 2 months ago

readme.MD

任务

本项目的主要功能任务对指定文件读取文本在停用词过滤后按降序输出前10个高频词

我们研究这个问题的解法在各种情景下的表现形式 。

将 cppy整个目录转移到 anaconda3\Lib\site-packages 下面。里面放了一些共同的代码片段(函数),这样使得模式代码更短小简洁,便于更能集中理解各种模式的核心思想 。