Hellisotherpeople / CX_DB8

a contextual, biasable, word-or-sentence-or-paragraph extractive summarizer powered by the latest in text embeddings (Bert, Universal Sentence Encoder, Flair)
https://huggingface.co/spaces/Hellisotherpeople/Unsupervised_Extractive_Summarization
GNU General Public License v3.0
226 stars 26 forks source link

Corrected a Typo #5

Closed Isaacium closed 5 years ago

Isaacium commented 5 years ago

Changed line 32 from "pip3 install -r requirments.txt" to "pip3 install -r requirements.txt" Super-minor change, but makes the install smooth.