SYMBOL INDEX (18 symbols across 3 files) FILE: glassdoor.py function openbrowser (line 21) | def openbrowser(locid =1139977, key='data scientist intern'): function geturl (line 32) | def geturl(driver): FILE: step2_getresume.py function pdfparser (line 15) | def pdfparser(data): FILE: step3_model_buidling.py class MyCountVectorizer (line 25) | class MyCountVectorizer: method __init__ (line 26) | def __init__(self, docs): method normalize_corpus (line 31) | def normalize_corpus(self, docs): method make_features (line 48) | def make_features(self): method make_matrix (line 59) | def make_matrix(self): method term_freq (line 68) | def term_freq(self, term, document): method print_matrix (line 76) | def print_matrix(self): method get_matrix (line 80) | def get_matrix(self): method get_features (line 83) | def get_features(self): method get_density (line 86) | def get_density(self): class MyTfIdfVectorizer (line 99) | class MyTfIdfVectorizer(MyCountVectorizer): method make_matrix (line 102) | def make_matrix(self): method inverse_document_freq (line 116) | def inverse_document_freq(self, term): function plot_mds (line 124) | def plot_mds(mean_vec): function plot_pca (line 143) | def plot_pca(meav_vec):