ipipan.spejd.rules
Interface Match

All Known Implementing Classes:
Gazetteer, MatchPattern

public interface Match


Method Summary
 Entity[] get(int[] s)
           
 Entity[] getMatch()
           
 Entity getSingle(int s)
           
 Entity[] getSpec(int s)
           
 

Method Detail

getSingle

Entity getSingle(int s)

getSpec

Entity[] getSpec(int s)

get

Entity[] get(int[] s)

getMatch

Entity[] getMatch()