Property | Type | Description | |
---|---|---|---|
LetterPairs | string[] | ||
RemoveDiacritics | string | ||
Search | string | ||
WordLetterPairs | List |
Method | Description | |
---|---|---|
CompareStrings ( string str1, string str2 ) : double |
Compares the two strings based on letter pair matches
|
|
Find ( ) : void | ||
Finder ( List |
||
GetMatches ( string word, int take ) : List |
Get matches - result is location/person/organization
|
Method | Description | |
---|---|---|
LetterPairs ( string str ) : string[] |
Generates an array containing every two consecutive letters in the input string
|
|
RemoveDiacritics ( string text ) : string | ||
Search ( string word, int take = 2 ) : string |
Search word by input
|
|
WordLetterPairs ( string str ) : List |
Gets all letter pairs for each individual word in the string
|
public CompareStrings ( string str1, string str2 ) : double | ||
str1 | string | |
str2 | string | |
return | double |
public Finder ( List |
||
persons | List |
|
organizations | List |
|
locations | List |
|
return | System |
public GetMatches ( string word, int take ) : List |
||
word | string | |
take | int | |
return | List |