Token-OT graph aligner adapter for align_many()
Source:R/adapters_token_ot_graph.R
token_ot_graph_aligner.RdProvides a pairwise interface for token_ot_graph_align() using the unified aligner adapter framework (fit_pair/relative_transform). Construct a Token-OT Graph aligner descriptor
Examples
algo <- token_ot_graph_aligner()
aligner_capabilities(algo)
#> $group
#> [1] "perm"
#>
#> $supports_multi
#> [1] FALSE
#>