Logo

GitLab

Sign in

nkjp / teiapi

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • teiapi
  • ..
  • entities
  • TEIDeepParseEntity.java
  • Initial
    ea923f39
    Mateusz Kopeć authored
    2015-07-09 11:07:33 +0200  
    Browse Code »
TEIDeepParseEntity.java 205 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
package ipipan.clarin.tei.api.entities;

/**
 *
 * @author mlenart
 */
public interface TEIDeepParseEntity extends TEIEntity {

	/**
	 *
	 * @return true iff this is terminal
	 */
	boolean isTerminal();
}