Skip to content

Instantly share code, notes, and snippets.

View alexcombessie's full-sized avatar
🤓
Building @Giskard-AI - Open-Source CI/CD for ML products

Alex Combessie alexcombessie

🤓
Building @Giskard-AI - Open-Source CI/CD for ML products
View GitHub Profile
@alexcombessie
alexcombessie / Text_mining_with_NLTK.py
Created March 3, 2016 18:27
Some text processing stuff
######################## SETTING UP LIBRARIES AND WORKSPACE
# Warning: only works with version 3.0.5
import nltk
import numpy as np
import networkx as nx
import sys
import os
sys.path.append("D:/Users/acombess/nltk")
java_path="D:/Users/acombess/Java/jdk1.8.0_73/bin/java.exe"