Beispiel #1
0
def process(file):
    cf = prep.mainPreprocess(file)
    return cf
Beispiel #2
0
#this module is used to output a formatted 'easy on the eye' xml of the gold coref data
import processGold as prep
import sys

file = sys.argv[1]
cf = prep.mainPreprocess(file)
ps = cf.toprettyxml()
print ps.encode('utf-8')
Beispiel #3
0
def process(file):
    cf=prep.mainPreprocess(file)
    output=onto.mainOutput(cf)
    return output
Beispiel #4
0
def process(file):
    cf=prep.mainPreprocess(file)
    output=onto.mainOutput(cf)
    return output
Beispiel #5
0
#this module is used to output a formatted 'easy on the eye' xml of the gold coref data
import processGold as prep
import sys

file=sys.argv[1]
cf=prep.mainPreprocess(file)
ps=cf.toprettyxml()
print ps
Beispiel #6
0
def process(file):
    cf=prep.mainPreprocess(file)
    return cf