Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

2009/06/11

programming

melody > ./hh_conll_dist_tester ../Data/CoNLL2009-ST-English-development.txt ../Data/CoNLL2009-ST-English-development.txt
loading training data
loading testing data
loading testing data2
removing labels
mutate relations
relabeling
writing output.txt
correct = 13772 wrong = 93
program finish properly
melody > pwd
/shared/teaching/CSLL/4thYrProjects/SRL_task/HectorCoNLL2009Software

2009/06/10

debugging code

2009/05/21

SRL 1.0.

Commenting Semantic Role Labeling System code.
removing testing points
describing the code in the following presentation 


analysis
15 days for understand the code. (26-4 to 11-5)
11 days for expand the system.     (11-5 to 21-5).
total: 26days.  (looks quite a lot  :s ) 



2009/05/20

FINALLY THE SRL SYSTEMS LOOKS COMPILED AND WORKING

2009/05/19

editing tests for the code

2009/05/11

developing SRL system
writing code


how to get a tree node from a sub-tree node

2009/04/26

reading c++ code tree-distance

2009/02/28

the program about question anwering in knn seems done.

2009/02/24

meeting with martin.

meeting with martin.

long explanation of kNN implementation algorithm,
dudani vote method  -> depend on the distance of the most fard point

the size of k (knn) can change if are several samples at the same distance.

our dataset is base on trees distance (there are not vectors), 
is about question answering, the original data are questions, and the labels are about what is looking for.

all is implemented in c++ 

QBank Manager class recover the original question.