├── .DS_Store ├── .idea ├── dbnavigator.xml ├── misc.xml ├── modules.xml ├── scel2text.iml └── workspace.xml ├── README.md ├── done ├── 三级行政区划地名词库.scel ├── 三级行政区划地名词库.txt ├── 全国大酒店名录.scel ├── 全国大酒店名录.txt ├── 八大菜系菜单列表.scel ├── 八大菜系菜单列表.txt ├── 四级行政区划地名词库.scel ├── 四级行政区划地名词库.txt ├── 常用餐饮词汇.scel ├── 常用餐饮词汇.txt ├── 饮食大全【官方推荐】.scel └── 饮食大全【官方推荐】.txt ├── scel ├── 各地糕点名.scel ├── 各地糕点名.txt ├── 粤湘川菜名.scel ├── 粤湘川菜名.txt ├── 荤,蔬,豆,果类.scel ├── 荤,蔬,豆,果类.txt ├── 西餐用语.scel └── 西餐用语.txt └── scel2txt.py /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/.DS_Store -------------------------------------------------------------------------------- /.idea/dbnavigator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/.idea/dbnavigator.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/scel2text.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/.idea/scel2text.iml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/README.md -------------------------------------------------------------------------------- /done/三级行政区划地名词库.scel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/done/三级行政区划地名词库.scel -------------------------------------------------------------------------------- /done/三级行政区划地名词库.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/done/三级行政区划地名词库.txt -------------------------------------------------------------------------------- /done/全国大酒店名录.scel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/done/全国大酒店名录.scel -------------------------------------------------------------------------------- /done/全国大酒店名录.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/done/全国大酒店名录.txt -------------------------------------------------------------------------------- /done/八大菜系菜单列表.scel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/done/八大菜系菜单列表.scel -------------------------------------------------------------------------------- /done/八大菜系菜单列表.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/done/八大菜系菜单列表.txt -------------------------------------------------------------------------------- /done/四级行政区划地名词库.scel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/done/四级行政区划地名词库.scel -------------------------------------------------------------------------------- /done/四级行政区划地名词库.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/done/四级行政区划地名词库.txt -------------------------------------------------------------------------------- /done/常用餐饮词汇.scel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/done/常用餐饮词汇.scel -------------------------------------------------------------------------------- /done/常用餐饮词汇.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/done/常用餐饮词汇.txt -------------------------------------------------------------------------------- /done/饮食大全【官方推荐】.scel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/done/饮食大全【官方推荐】.scel -------------------------------------------------------------------------------- /done/饮食大全【官方推荐】.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/done/饮食大全【官方推荐】.txt -------------------------------------------------------------------------------- /scel/各地糕点名.scel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/scel/各地糕点名.scel -------------------------------------------------------------------------------- /scel/各地糕点名.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/scel/各地糕点名.txt -------------------------------------------------------------------------------- /scel/粤湘川菜名.scel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/scel/粤湘川菜名.scel -------------------------------------------------------------------------------- /scel/粤湘川菜名.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/scel/粤湘川菜名.txt -------------------------------------------------------------------------------- /scel/荤,蔬,豆,果类.scel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/scel/荤,蔬,豆,果类.scel -------------------------------------------------------------------------------- /scel/荤,蔬,豆,果类.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/scel/荤,蔬,豆,果类.txt -------------------------------------------------------------------------------- /scel/西餐用语.scel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/scel/西餐用语.scel -------------------------------------------------------------------------------- /scel/西餐用语.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/scel/西餐用语.txt -------------------------------------------------------------------------------- /scel2txt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/howl-anderson/scel2txt/HEAD/scel2txt.py --------------------------------------------------------------------------------