# ssci查找双生词 **Repository Path**: omcode/sscichazhaoshuangshengci ## Basic Information - **Project Name**: ssci查找双生词 - **Description**: 孩子让帮找双生词(从就是语文书写字表上所有的字,找出能组合成的词语),找了一会儿头皮发麻,正好最近学爬虫,灵机一动,何不从百度汉语网页上查,然后抓下来,于是发扬偷懒的精神,写了几十行代码,基本实现自动排列和分析判断。 逻辑很简单,用itertools.product将所有生字进行2、3、4、字的排列,然后在百度汉语上查,如果有释义说明这个词语存在,添加进序列,最后打印序列就OK. - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-05-07 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README No README documentation available for this project.