i'm trying to do suggestion in c# that when I search something it will show another words maybe have the same of type or kinds. Ex:
Input: dog
Output: Cat, Monkey, Cheetah, Pet, Woman, ... (Animals, Woman usually likes cat so).
Input: Car
Output: Bus, Taxi, Passenger, Toyata, Ford, ... (Car, Car brand, driver/passenger is also okay).
Sorry for my bad English but does anyone know any framework, library, api, cloud service can do this one?