From f592bb8d5a5c7932343f13d5411fc295259407c5 Mon Sep 17 00:00:00 2001 From: DaDeng Date: Mon, 1 Aug 2022 16:53:53 +0800 Subject: [PATCH] paper.md change --- paper.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paper.md b/paper.md index 2dd70b3..be174d7 100644 --- a/paper.md +++ b/paper.md @@ -74,10 +74,11 @@ basic text information **dictionary.py** - build and extend dictionary(vocabulary) + build text model & expand dictionary(vocabulary) - throught Sopmi(mutual information) algorithm - expand dictionary throught Word2Vec algorithm + - build Glove model **similarity.py **