-
大小: 1.83MB文件類型: .zip金幣: 2下載: 0 次發布日期: 2023-08-30
- 語言: Python
- 標簽:
資源簡介
python3利用互信息和左右信息熵的中文分詞新詞發現

代碼片段和文件信息
#!/usr/bin/env?python
#?encoding:?utf-8
import?os
basedir?=?os.path.abspath(os.path.dirname(__file__))
class?Config(object):
????DEBUG?=?False
????TESTING?=?False
????REQUEST_STATS_WINDOW?=?15
class?DevelopmentConfig(Config):
????DEBUG?=?True
class?ProductionConfig(Config):
????DEBUG?=?False
class?TestingConfig(Config):
????TESTING?=?True
config?=?{
????‘development‘:?DevelopmentConfig
????‘production‘:?ProductionConfig
????‘testing‘:?TestingConfig
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-10-25?11:37??Chinese_segment_augment-master\
?????文件?????????165??2018-10-25?11:37??Chinese_segment_augment-master\Pipfile
?????文件?????????453??2018-10-25?11:37??Chinese_segment_augment-master\Pipfile.lock
?????文件????????3137??2018-10-25?11:37??Chinese_segment_augment-master\README.md
?????文件?????????469??2018-10-25?11:37??Chinese_segment_augment-master\config.py
?????目錄???????????0??2018-10-25?11:37??Chinese_segment_augment-master\data\
?????文件????????4302??2018-10-25?11:37??Chinese_segment_augment-master\data\demo.txt
?????文件?????5071852??2018-10-25?11:37??Chinese_segment_augment-master\data\dict.txt
?????文件????????2590??2018-10-25?11:37??Chinese_segment_augment-master\data\stopword.txt
?????文件????????2663??2018-10-25?11:37??Chinese_segment_augment-master\demo_run.py
?????文件????????9522??2018-10-25?11:37??Chinese_segment_augment-master\model.py
?????文件????????1216??2018-10-25?11:37??Chinese_segment_augment-master\utils.py
評論
共有 條評論