nltk.classify.RTEFeatureExtractor.__init__

RTEFeatureExtractor.__init__(rtepair, stop=True, lemmatize=False)[source]
Parameters:
  • rtepair – a RTEPair from which features should be extracted
  • stop (bool) – if True, stopwords are thrown away.