├── README.md ├── data ├── WHOLE.DAT ├── glossary.dat └── semdict.dat └── hownet.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuangFJ/text-similarity/HEAD/README.md -------------------------------------------------------------------------------- /data/WHOLE.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuangFJ/text-similarity/HEAD/data/WHOLE.DAT -------------------------------------------------------------------------------- /data/glossary.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuangFJ/text-similarity/HEAD/data/glossary.dat -------------------------------------------------------------------------------- /data/semdict.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuangFJ/text-similarity/HEAD/data/semdict.dat -------------------------------------------------------------------------------- /hownet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuangFJ/text-similarity/HEAD/hownet.py --------------------------------------------------------------------------------