Name

adams.flow.transformer.EditDistance


Synopsis

Computes the edit distance between the supplied base string and the one passing through, outputting the distance.
If a string array of length two is passing through, the 1st element is considered the base string instead and the distance computed to the 2nd element.


Additional information

Flow input/output:
- input: java.lang.String, java.lang.String[]
- output: java.lang.Double


Options