nltk.FeatList.__init__

FeatList.__init__(features=())[source]

Create a new feature list, with the specified features.

Parameters:features – The initial list of features for this feature list. If features is a string, then it is paresd using FeatStructReader. Otherwise, it should be a sequence of basic values and nested feature structures.