File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 16
16
* All distance and matching operations are system- and encoding-independent.
17
17
* Built for speed, using [ openMP] ( https://www.openmp.org/ ) for parallel computing.
18
18
19
+
20
+ ## Citing
21
+
22
+ Please cite the [ R-Journal article] ( https://journal.r-project.org/archive/2014/RJ-2014-011/index.html )
23
+
24
+ ```
25
+ @article{RJ-2014-011,
26
+ author = {Mark P.J. van der Loo},
27
+ title = {{The stringdist Package for Approximate String Matching}},
28
+ year = {2014},
29
+ journal = {{The R Journal}},
30
+ doi = {10.32614/RJ-2014-011},
31
+ url = {https://doi.org/10.32614/RJ-2014-011},
32
+ pages = {111--122},
33
+ volume = {6},
34
+ number = {1}
35
+ }
36
+ ```
37
+
38
+ ## Functionality
39
+
19
40
The package offers the following main functions:
20
41
21
42
* ` stringdist ` computes pairwise distances between two input character vectors (shorter one is recycled)
You can’t perform that action at this time.
0 commit comments