summaryrefslogtreecommitdiff
path: root/sa-extract/calignment.pxd
blob: a7d3001fcd39dadc53296084cbe58c10eb3ed736 (plain)
1
2
3
4
5
6
7
8
9
10
cimport cintlist
from libc.stdio cimport FILE

cdef class Alignment:

	cdef cintlist.CIntList links
	cdef cintlist.CIntList sent_index
	cdef int link(self, int i, int j)
	cdef _unlink(self, int link, int* f, int* e)
	cdef int* _get_sent_links(self, int sent_id, int* num_links)