Commit b0378fe0 authored by Administrator's avatar Administrator

[FEAT] Abstract extracted.

parent 5caa3954
......@@ -71,7 +71,7 @@ def apply_workflow(corpus_id):
print(error)
extract_ngrams(corpus, ['title'])
extract_ngrams(corpus, ['title', 'abstract'])
compute_tfidf(corpus)
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment