This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import numpy as np | |
cimport numpy as np | |
from libc.stdlib cimport malloc, free | |
from cpython.array cimport array, clone | |
cdef long N = 1000000 | |
cdef double* ptr | |
cdef array ar, template = array('d') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mary is really very happy --> is Mary really very happy? | |
0.50 S --> NP VP [(0, 1)] | |
0.50 S --> VP_2 NP [(0, 1, 0)] | |
1.00 VP --> V VP|<ADV> [(0, 1)] | |
1.00 VP_2 --> V VP|<ADV> [(0,), (1,)] | |
0.50 VP|<ADV> --> ADV VP|<ADV> [(0, 1)] | |
0.50 VP|<ADV> --> ADV ADJ [(0, 1)] | |
0.50 ADJ --> Epsilon ['happy'] | |
0.50 ADJ --> Epsilon ['sad'] | |
0.50 ADV --> Epsilon ['really'] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
maxlen 15 unfolded False arity marks True binarized collinize right h=1 v=1 tailmarker markovize rank > 3 estimator dop1 | |
python -u runexp.py 56312.42s user 296.32s system 96% cpu 16:20:51.28 total | |
../disco-dop/interp0.dop | |
labeled f-measure : 76.12293144208039 | |
unlabeled f-measure : 79.19621749408984 | |
../disco-dop/interp1.dop | |
labeled f-measure : 68.59122401847574 | |
unlabeled f-measure : 72.74826789838338 | |
../disco-dop/interp2.dop | |
labeled f-measure : 69.07723459647092 |
NewerOlder