update Matcher API and nuget version (0.0.6 is currently deployed)
This commit is contained in:
Родитель
bec8dd5daa
Коммит
633ea3a953
|
@ -40,7 +40,7 @@ namespace Microsoft.PhoneticMatching.Matchers.ContactMatcher
|
|||
/// <param name="contacts">List of contacts.</param>
|
||||
/// <param name="extractContactFields">Delegate to extract contact fields from contact object.</param>
|
||||
/// <param name="config">Matcher configurations.</param>
|
||||
public EnContactMatcher(IList<Contact> contacts, Func<Contact, ContactFields> extractContactFields, ContactMatcherConfig config)
|
||||
public EnContactMatcher(IList<Contact> contacts, Func<Contact, ContactFields> extractContactFields, MatcherConfig config)
|
||||
: base(config)
|
||||
{
|
||||
List<Target<Contact>> nameTargets = new List<Target<Contact>>();
|
||||
|
|
|
@ -37,7 +37,7 @@ namespace Microsoft.PhoneticMatching.Matchers.PlaceMatcher
|
|||
/// <param name="places">The places to match against.</param>
|
||||
/// <param name="placeFieldsExtractor">Transform function from the user provided __Place__ object to __PlaceFields__, an intermediate representation used by the matcher. Defaults to the identity transform.</param>
|
||||
/// <param name="config">The matcher's configuration object.</param>
|
||||
public EnPlaceMatcher(IList<Place> places, Func<Place, PlaceFields> placeFieldsExtractor, PlaceMatcherConfig config)
|
||||
public EnPlaceMatcher(IList<Place> places, Func<Place, PlaceFields> placeFieldsExtractor, MatcherConfig config)
|
||||
: base(config)
|
||||
{
|
||||
var targets = new List<Target<Place>>();
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<package >
|
||||
<metadata>
|
||||
<id>Microsoft.PhoneticMatching</id>
|
||||
<version>0.0.5</version>
|
||||
<version>0.0.7</version>
|
||||
<authors>Microsoft</authors>
|
||||
<owners>Microsoft</owners>
|
||||
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
|
||||
|
|
Загрузка…
Ссылка в новой задаче