Name

adams.flow.transformer.EditDistance


Synopsis

Computes the edit distance between the supplied base string and the one passing through, outputting the distance.


Additional information

Flow input/output:
- input: java.lang.String
- output: java.lang.Double


Options