__construct()
__construct()
Constructor.
StatisticalClassifierServiceContainer
This class has been auto-generated by the Symfony Dependency Injection Component.
getClassifier_ComplementNaiveBayesService() : \Camspiers\StatisticalClassifier\Classifier\ComplementNaiveBayes
Gets the 'classifier.complement_naive_bayes' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Classifier\ComplementNaiveBayes instance.
getClassifier_ModelService()
Gets the 'classifier.model' service.
This service is shared. This method always returns the same instance of the service.
always since this service is expected to be injected dynamically
getClassifier_SourceService()
Gets the 'classifier.source' service.
This service is shared. This method always returns the same instance of the service.
always since this service is expected to be injected dynamically
getClassifier_SvmService() : \Camspiers\StatisticalClassifier\Classifier\SVM
Gets the 'classifier.svm' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Classifier\SVM instance.
getConsole_ApplicationService() : \Camspiers\StatisticalClassifier\Console\Application
Gets the 'console.application' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Application instance.
getConsole_Command_ClassifyService() : \Camspiers\StatisticalClassifier\Console\Command\ClassifyCommand
Gets the 'console.command.classify' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Command\ClassifyCommand instance.
getConsole_Command_Config_CreateService() : \Camspiers\StatisticalClassifier\Console\Command\Config\CreateCommand
Gets the 'console.command.config.create' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Command\Config\CreateCommand instance.
getConsole_Command_Config_OpenService() : \Camspiers\StatisticalClassifier\Console\Command\Config\OpenCommand
Gets the 'console.command.config.open' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Command\Config\OpenCommand instance.
getConsole_Command_Config_RemoveService() : \Camspiers\StatisticalClassifier\Console\Command\Config\RemoveCommand
Gets the 'console.command.config.remove' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Command\Config\RemoveCommand instance.
getConsole_Command_GenerateContainerService() : \Camspiers\StatisticalClassifier\Console\Command\GenerateContainerCommand
Gets the 'console.command.generate_container' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Command\GenerateContainerCommand instance.
getConsole_Command_Model_PrepareService() : \Camspiers\StatisticalClassifier\Console\Command\Model\PrepareCommand
Gets the 'console.command.model.prepare' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Command\Model\PrepareCommand instance.
getConsole_Command_Model_RemoveService() : \Camspiers\StatisticalClassifier\Console\Command\Model\RemoveCommand
Gets the 'console.command.model.remove' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Command\Model\RemoveCommand instance.
getConsole_Command_SelfUpdateService() : \Camspiers\StatisticalClassifier\Console\Command\SelfUpdateCommand
Gets the 'console.command.self_update' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Command\SelfUpdateCommand instance.
getConsole_Command_Server_RunService() : \Camspiers\StatisticalClassifier\Console\Command\Server\RunCommand
Gets the 'console.command.server.run' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Command\Server\RunCommand instance.
getConsole_Command_Test_DirectoryService() : \Camspiers\StatisticalClassifier\Console\Command\Test\DirectoryCommand
Gets the 'console.command.test.directory' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Command\Test\DirectoryCommand instance.
getConsole_Command_Test_PdoService() : \Camspiers\StatisticalClassifier\Console\Command\Test\PDOCommand
Gets the 'console.command.test.pdo' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Command\Test\PDOCommand instance.
getConsole_Command_Train_DirectoryService() : \Camspiers\StatisticalClassifier\Console\Command\Train\DirectoryCommand
Gets the 'console.command.train.directory' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Command\Train\DirectoryCommand instance.
getConsole_Command_Train_DocumentService() : \Camspiers\StatisticalClassifier\Console\Command\Train\DocumentCommand
Gets the 'console.command.train.document' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Command\Train\DocumentCommand instance.
getConsole_Command_Train_PdoService() : \Camspiers\StatisticalClassifier\Console\Command\Train\PDOCommand
Gets the 'console.command.train.pdo' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Console\Command\Train\PDOCommand instance.
getConverter_ConverterService() : \Camspiers\StatisticalClassifier\DataSource\Converter
Gets the 'converter.converter' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\DataSource\Converter instance.
getConverter_FromService()
Gets the 'converter.from' service.
This service is shared. This method always returns the same instance of the service.
always since this service is expected to be injected dynamically
getConverter_ToService()
Gets the 'converter.to' service.
This service is shared. This method always returns the same instance of the service.
always since this service is expected to be injected dynamically
getNormalizer_LowercaseService() : \Camspiers\StatisticalClassifier\Normalizer\Lowercase
Gets the 'normalizer.lowercase' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Normalizer\Lowercase instance.
getNormalizer_PorterService() : \Camspiers\StatisticalClassifier\Normalizer\Porter
Gets the 'normalizer.porter' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Normalizer\Porter instance.
getNormalizer_StopwordService() : \Camspiers\StatisticalClassifier\Normalizer\Stopword
Gets the 'normalizer.stopword' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Normalizer\Stopword instance.
getNormalizer_StopwordLowercaseService() : \Camspiers\StatisticalClassifier\Normalizer\Grouped
Gets the 'normalizer.stopword_lowercase' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Normalizer\Grouped instance.
getNormalizer_StopwordLowercasePorterService() : \Camspiers\StatisticalClassifier\Normalizer\Grouped
Gets the 'normalizer.stopword_lowercase_porter' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Normalizer\Grouped instance.
getTokenizer_WordService() : \Camspiers\StatisticalClassifier\Tokenizer\Word
Gets the 'tokenizer.word' service.
This service is shared. This method always returns the same instance of the service.
A Camspiers\StatisticalClassifier\Tokenizer\Word instance.