├── README.md ├── augment.py ├── ciLin.py ├── eda.py ├── new_cilin.txt ├── test_input.csv ├── test_output.csv ├── transform.py ├── translate.py ├── 哈工大停用词表.txt └── 百度停用词表.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedljw/data_augment/HEAD/README.md -------------------------------------------------------------------------------- /augment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedljw/data_augment/HEAD/augment.py -------------------------------------------------------------------------------- /ciLin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedljw/data_augment/HEAD/ciLin.py -------------------------------------------------------------------------------- /eda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedljw/data_augment/HEAD/eda.py -------------------------------------------------------------------------------- /new_cilin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedljw/data_augment/HEAD/new_cilin.txt -------------------------------------------------------------------------------- /test_input.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedljw/data_augment/HEAD/test_input.csv -------------------------------------------------------------------------------- /test_output.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedljw/data_augment/HEAD/test_output.csv -------------------------------------------------------------------------------- /transform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedljw/data_augment/HEAD/transform.py -------------------------------------------------------------------------------- /translate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedljw/data_augment/HEAD/translate.py -------------------------------------------------------------------------------- /哈工大停用词表.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedljw/data_augment/HEAD/哈工大停用词表.txt -------------------------------------------------------------------------------- /百度停用词表.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedljw/data_augment/HEAD/百度停用词表.txt --------------------------------------------------------------------------------