Parses the document corresponding to the URI given in parameter
If the current process has links (import or include) to others documents then they are
parsed.
The second alignment is composed with the first one meaning that for
any pair (o, o', n, r) in O and (o',o", n', r') in O' the resulting
alignment will contain:
( o, o", join(n,n'), compose(r, r')) iff compose(r,r') exists.
Cut refinement :
- getting those cells with strength above n (hard)
- getting the n best cells (best)
- getting those cells with strength at worse n under the best (span)
- getting the n% best cells (perc)
- getting those cells with strength at worse n% of the best (prop)
- getting all cells until a gap of n (hardgap)
- getting all cells until a gap of n% of the last (propgap)
Rule:
threshold is betweew 1 and 0