Skip to content

DannChang/SWAG_generator

 
 

Repository files navigation

SWAG_generator

COVID-19 Text Summarizer

-----------NLP Crash Course-------------- ------CMPT 340: Biomedical Imaging-------



-----------Overview of Contents:--------- ---1. Setting up your environment for Natural Language Processing ---2. Regular Expressions ---3. Numpy ---4. Pandas ---5. Tokenization ------5.1. How Tokenization works ---6. Stemming and Lemmatization ------6.1 How Stemming works ------6.2 How Lemmaitzation works ---7. Stopword removal


-----------SECTION 1--------------------- Setting up your environment for Natural Language Processing Install these Python libraries: conda install (preferred) or pip install -NLTK -NLTK.download() --> Run this line in terminal after importing nltk -A GUI will pop up, and choose 'all packages' -numpy -panda -matplotlib -re -heapq

import nltk import numpy as np import panda as pd import matplotlib import re

About

COVID-19 Text Summarizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%