From 707d622864685d4b68fd0fb90a11f3fd07982a55 Mon Sep 17 00:00:00 2001 From: yaoxuefeng Date: Mon, 8 Jun 2020 18:18:13 +0800 Subject: [PATCH] update fasttest in readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eca8bd3..a34e9eda 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,10 @@ | :------: | :-----------------------------------------------------------------------: | :---------: | :---------: | :-----------: | | 内容理解 | [Text-Classifcation](models/contentunderstanding/classification/model.py) | ✓ | x | ✓ | | 内容理解 | [TagSpace](models/contentunderstanding/tagspace/model.py) | ✓ | x | ✓ | - | 召回 | [DSSM](models/match/dssm/model.py) | ✓ | x | ✓ | - | 召回 | [MultiView-Simnet](models/match/multiview-simnet/model.py) | ✓ | x | ✓ | + | 匹配 | [DSSM](models/match/dssm/model.py) | ✓ | x | ✓ | + | 匹配 | [MultiView-Simnet](models/match/multiview-simnet/model.py) | ✓ | x | ✓ | | 召回 | [TDM](models/treebased/tdm/model.py) | ✓ | x | ✓ | + | 召回 | [fasttext](models/recall/fasttext/model.py) | ✓ | x | x | | 召回 | [Word2Vec](models/recall/word2vec/model.py) | ✓ | x | ✓ | | 召回 | [SSR](models/recall/ssr/model.py) | ✓ | ✓ | ✓ | | 召回 | [Gru4Rec](models/recall/gru4rec/model.py) | ✓ | ✓ | ✓ | -- GitLab