Skip to content

Instantly share code, notes, and snippets.

View Carl4's full-sized avatar

Carl Fischer Carl4

  • Ball Aerospace
  • Dayton, OH
View GitHub Profile
import docx
import nltk
from nltk.tokenize import word_tokenize
from nltk.stem import PorterStemmer
from typing import Dict
class WordParser:
"""
A class that parses the text in Microsoft Word documents and tracks keywords using natural language processing techniques.
"""

Keybase proof

I hereby claim:

To claim this, I am signing this object:

"""==============================
Branded IPython Notebook Launcher
=================================
Executing this module will create an overlay over ipython notebooks own static
files and templates and overrides static files and templates and copies over all
example notebooks into a temporary folder and launches the ipython notebook server.
You can use this to offer an interactive tutorial for your library/framework/...