An open API service indexing awesome lists of open source software.

https://github.com/tani/ddc-onp

DDC filters for An O(NP) Sequence Comparison Algorithm by Sun Wu, Udi Manber and Gene Myers.
https://github.com/tani/ddc-onp

ddc ddc-filter ddc-vim

Last synced: about 2 months ago
JSON representation

DDC filters for An O(NP) Sequence Comparison Algorithm by Sun Wu, Udi Manber and Gene Myers.

Awesome Lists containing this project

README

        

# DDC Onp

![image](https://user-images.githubusercontent.com/5019902/138865585-17d15921-7d4c-4271-95da-be3f4aea7f27.png)

DDC filters for _An O(NP) Sequence Comparison Algorithm_ by Sun Wu, Udi Manber and Gene Myers.

- `matcher_onp` -- filtering candidates by the edit-distance
- `sorter_onp` -- sorting candidates by the edit-distance
- `converter_onp`-- visualizing difference between input string and candidates

## Configuration

- `matcher_onp.maximumDistance` -- threshold of the edit-distance.
The filter drops the candidates of which distance is greater than this parameter.
- `converter_onp.hlGroupAddition` -- name of the highlight group to highlight additions of diff string.
- `converter_onp.hlGroupDeletion` -- name of the highlight group to highlight deletions of diff string.
- `converter_onp.type` -- place to show diff string.

Copyright 2021 TANIGUCHI Masaya. All rights reserved.