Skip to content

Instantly share code, notes, and snippets.

View snikfi's full-sized avatar
🏠
Working from home

Fiz Islami snikfi

🏠
Working from home
View GitHub Profile
@snikfi
snikfi / simple_json.html
Created November 26, 2020 15:07 — forked from revox/simple_json.html
Exercise 1 - Starting code
<!DOCTYPE html>
<html>
<head>
<title>Test page</title>
</head>
<body>
<p>
Use the force Luke...(or the console 'View->Developer Tools->JavaScript Console')
import nltk, sys, csv
from nltk.tokenize import TweetTokenizer
from nltk.corpus import stopwords
from datetime import datetime
import pandas as pd
import numpy as np
import string
from collections import Counter