Skip to content

Instantly share code, notes, and snippets.

View cparello's full-sized avatar

chris parello cparello

View GitHub Profile
#!/usr/bin/python
import os
import collections
import pickle
from collections import Iterable
from pyexpat import features
from nltk.tag import ClassifierBasedTagger
from nltk.chunk import ChunkParserI, conlltags2tree, tree2conlltags