seems pretty good. need to make hierarchies moreso...
[nltk_ontology_framework.git] / util / process_statistics.py
blobadd16e941551e0be58aa9acb5e38be96f725f44f
1 # This Python file uses the following encoding: utf-8
2 '''
3 Created on May 3, 2011
5 @author: mjacob
6 '''
7 import os
9 import yaml
11 corpus_dir = '../symbol_corpus'
13 stats = yaml.load(open(os.path.join(corpus_dir, 'statistics')))