/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.meaningcloud.gate.param;
/**
*
* @author ADRIAN
*/
public enum DisambiguationLevel {
no_disambiguation, morphsyntactic_disambiguation, semantic_disambiguation
}