Communary.PASM
1.0.41
Module for doing approximate string matching and fuzzy search.
Installation Options
Owners
Copyright
(c) 2016 �yvind Kallstad. All rights reserved.
Package Details
Author(s)
- Øyvind Kallstad
Functions
Select-ApproximateString Select-SoundexString Select-FuzzyString Compare-PasmAlgorithms Compare-Soundex Get-PasmScore Get-FuzzyMatchScore Get-HammingDistance Get-JaccardIndex Get-JaccardDistance Get-JaroWinklerDistance Get-LevenshteinDistance Get-LongestCommonSubsequence Get-LongestCommonSubstring Get-NGram Get-OverlapCoefficient Get-RatcliffObershelpSimilarity Get-SorensenDiceCoefficient Get-SorensenDiceDistance Get-Soundex
Dependencies
This module has no dependencies.
FileList
- Communary.PASM.nuspec
- appveyor.build.ps1
- appveyor.yml
- Communary.PASM.psd1
- Communary.PASM.psm1
- LICENSE
- README.md
- TestResults.xml
- Functions\Compare-PasmAlgorithms.ps1
- Functions\Compare-Soundex.ps1
- Functions\Get-CommonPrefix.ps1
- Functions\Get-CommonSuffix.ps1
- Functions\Get-FuzzyMatchScore.ps1
- Functions\Get-HammingDistance.ps1
- Functions\Get-Intersection.ps1
- Functions\Get-JaccardDistance.ps1
- Functions\Get-JaccardIndex.ps1
- Functions\Get-JaroWinklerDistance.ps1
- Functions\Get-LevenshteinDistance.ps1
- Functions\Get-LongestCommonSubsequence.ps1
- Functions\Get-LongestCommonSubstring.ps1
- Functions\Get-NGram.ps1
- Functions\Get-OverlapCoefficient.ps1
- Functions\Get-PasmScore.ps1
- Functions\Get-RatcliffObershelpSimilarity.ps1
- Functions\Get-SorensenDiceCoefficient.ps1
- Functions\Get-SorensenDiceDistance.ps1
- Functions\Get-Soundex.ps1
- Functions\Get-TypeName.ps1
- Functions\Get-Union.ps1
- Functions\Select-ApproximateString.ps1
- Functions\Select-FuzzyString.ps1
- Functions\Select-SoundexString.ps1
- Tests\appveyor.pester.ps1
- Tests\countries.csv
- Tests\examples.ps1
- Tests\names.txt
- Tests\PASM.Tests.ps1