repo.or.cz
/
nltk_ontology_framework.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
seems pretty good. need to make hierarchies moreso...
[nltk_ontology_framework.git]
/
util
/
process_statistics.py
blob
add16e941551e0be58aa9acb5e38be96f725f44f
1
# This Python file uses the following encoding: utf-8
2
'''
3
Created on May 3, 2011
4
5
@author: mjacob
6
'''
7
import
os
8
9
import
yaml
10
11
corpus_dir
=
'../symbol_corpus'
12
13
stats
=
yaml
.
load
(
open
(
os
.
path
.
join
(
corpus_dir
,
'statistics'
)))
14
15
16