Пример #1
0
__author__ = "juliewe"
# to convert vector file from frequencies into PPMI
from featuretotals import Totals

###filenames local
# dirname = "/Volumes/research/calps/data3/juliewe/exp6-12/"
### apollo
dirname = "/mnt/lustre/scratch/inf/juliewe/FeatureExtractionToolkit/Byblo-2.2.0/giga_t100f100_nouns_deps/"
filename = "vectors"

inputname = dirname + filename

mytotals = Totals()
mytotals.readfile(inputname)
# mytotals.output()
Пример #2
0
def make_ppmi(filename):
    #convert vector file from frequencies into PPMI
    mytotals=Totals()
    mytotals.readfile(filename)