I hereby claim:
- I am carl4 on github.
- I am carlfischeriv (https://keybase.io/carlfischeriv) on keybase.
- I have a public key ASAkSvLseamjBGWpSBpp5ccwRtlH26OraryxKGluHSSjVAo
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Interactive Timeline</title> | |
<link href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis.min.css" rel="stylesheet" type="text/css" /> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis.min.js"></script> | |
<style> | |
#timeline { |
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. | |
""" |
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/... |