NamedEntityExtractorSK.Finder.Finder C# (CSharp) Method

Finder() public method

public Finder ( List persons, List organizations, List locations ) : System
persons List
organizations List
locations List
return System
		public Finder(List<string> persons, List<string> organizations, List<string> locations)
		{
			this.Persons = persons;
			this.Organizations = organizations;
			this.Locations = locations;
		}