diff options
author | ab <abdullah_ahmed@brown.edu> | 2019-09-04 09:52:39 -0400 |
---|---|---|
committer | ab <abdullah_ahmed@brown.edu> | 2019-09-04 09:52:39 -0400 |
commit | a1c2afe27c75354d4365a79ea202eca94516069e (patch) | |
tree | dc475b995d6df97e92e0d8dc32e8ef2311a4388c /src/client/views/nodes/DocumentView.tsx | |
parent | 6f6e5c763d9a398e897df94b89fcc7d3845c318e (diff) |
stopwords, frequency, proto arxiv
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index d51c90b61..a1e64f1c5 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -651,6 +651,7 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu // allDocs.forEach(doc => console.log(doc.title)); // clears internal representation of documents as vectors ClientRecommender.Instance.reset_docs(); + ClientRecommender.Instance.arxivrequest("electrons"); await Promise.all(allDocs.map((doc: Doc) => { let mainDoc: boolean = false; const dataDoc = Doc.GetDataDoc(doc); |