上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 345 下一页
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Tue Apr... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Tue Apr... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(16) 评论(0) 推荐(0)
摘要: 对于红楼梦后四十回是否是曹雪芹所作,各有各的说法,我一直以为,人会说谎,但数据不会.我分别统计 第一回到四十回, 第四十一回到... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(29) 评论(0) 推荐(0)
摘要: 对于红楼梦后四十回是否是曹雪芹所作,各有各的说法,我一直以为,人会说谎,但数据不会.我分别统计 第一回到四十回, 第四十一回到... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(22) 评论(0) 推荐(0)
摘要: 获取词性 import jieba.posseg as psgs ='我想和女朋友一起去北京故宫博物院参观和闲逛。'print (... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: 获取词性 import jieba.posseg as psgs ='我想和女朋友一起去北京故宫博物院参观和闲逛。'print (... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(6) 评论(0) 推荐(0)
摘要: import jiebas ='我想和女朋友一起去北京故宫博物院参观和闲逛。' #精确模式cut = jieba.cut(s)pri... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(16) 评论(0) 推荐(0)
摘要: import jiebas ='我想和女朋友一起去北京故宫博物院参观和闲逛。' #精确模式cut = jieba.cut(s)pri... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(7) 评论(0) 推荐(0)
摘要: import jiebatxt = open("红楼梦.txt", "r", encoding="gb18030").read()i... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(7) 评论(0) 推荐(0)
摘要: import jiebatxt = open("红楼梦.txt", "r", encoding="gb18030").read()i... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(8) 评论(0) 推荐(0)
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 345 下一页