Package nltk_lite :: Package contrib :: Package classifier :: Module commandline
[hide private]
[frames] | no frames]

Module commandline

source code

Classes [hide private]
  CommandLineInterface
Functions [hide private]
 
as_integers(name, str_array) source code
Variables [hide private]
  D_help = 'Used to specify the data format. ...
  ALGORITHM = 'algorithm'
  FILES = 'files'
  TRAINING = 'training'
  TEST = 'test'
  GOLD = 'gold'
  DATA_FORMAT = 'data_format'
  C45_FORMAT = 'C45'
  DATA_FORMAT_MAPPINGS = {C45_FORMAT: format.C45_FORMAT}
Variables Details [hide private]

D_help

Value:
'Used to specify the data format.                      Options: C45 fo\
r C4.5 format.                        Default: C45.                   \
                     '