The R Project SVN R

Rev

Rev 26760 | Rev 30139 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26760 Rev 27625
Line 33... Line 33...
33
    If \code{all} is missing, it is set to 10\%, the other components
33
    If \code{all} is missing, it is set to 10\%, the other components
34
    default to \code{all}.  The component names can be abbreviated.
34
    default to \code{all}.  The component names can be abbreviated.
35
  }
35
  }
36
}
36
}
37
\details{
37
\details{
38
  The Levensthein edit distance is used as measure of approximateness:
38
  The Levenshtein edit distance is used as measure of approximateness:
39
  it is the the total number of insertions, deletions and substitutions
39
  it is the total number of insertions, deletions and substitutions
40
  required to transform one string into another.
40
  required to transform one string into another.
41
 
41
 
42
  The function is a simple interface to the \code{apse} library
42
  The function is a simple interface to the \code{apse} library
43
  developed by Jarkko Hietaniemi (also used in the Perl String::Approx
43
  developed by Jarkko Hietaniemi (also used in the Perl String::Approx
44
  module).
44
  module).