Hope everyone is doing well. I'll make this concise. We've been given these cases:
if "United States" is in the dictionary and "United Nations" is in the inputted string, then your algorithm should return no hits.
if "America" is in your dictionary and "American" is in the inputted string, then your algorithm should return a hit.
I wanted to ask about a third case.
If "United N" is in your dictionary and "United Nations" is in the inputted string, should the algorithm return a hit?
I would love some clarification on this topic. As of right now, my algorithm is going to return an ArrayList of Entities that includes those generated by the case listed above.
Hope everyone is doing well. I'll make this concise. We've been given these cases:
I wanted to ask about a third case.
I would love some clarification on this topic. As of right now, my algorithm is going to return an ArrayList of Entities that includes those generated by the case listed above.