All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.freedomotic.nlp.InjectorNlp Maven / Gradle / Ivy

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package com.freedomotic.nlp;

import com.google.inject.AbstractModule;
import com.google.inject.Singleton;

/**
 *
 * @author enrico
 */
public class InjectorNlp extends AbstractModule {

    @Override
    protected void configure() {
        bind(NlpCommand.class).to(NlpCommandStringDistanceImpl.class).in(Singleton.class);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy