/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.meaningcloud.gate.param;
/**
*
* @author ADRIAN
*/
public enum SemanticDisambiguationGrouping {
none, global_intersection, intersection_type, intersection_type_smallest_location
}