Пример #1
0
 /// <summary>Determines if the provided NounPhrase is similar to the provided Noun.</summary>
 /// <param name="first">The NounPhrase.</param>
 /// <param name="second">The Noun.</param>
 /// <returns>
 /// <c>true</c> if the provided NounPhrase is similar to the provided Noun; otherwise, <c>false</c>.
 /// </returns>
 private static Similarity IsSimilarTo(this NounPhrase first, Noun second) => second.IsSimilarTo(first);