Skip to content

Instantly share code, notes, and snippets.

View rockyzhengwu's full-sized avatar
🐒
Focusing

zhengwu rockyzhengwu

🐒
Focusing
View GitHub Profile
import nltk
from nltk.tokenize import sent_tokenize,word_tokenize
from collections import defaultdict
import matplotlib.pyplot as plt
import math
import numpy as np
class BookStat():