Tabnine Logo
AbbreviationLongform
Code IndexAdd Tabnine to your IDE (free)

How to use
AbbreviationLongform
in
de.julielab.jcore.types

Best Java code snippets using de.julielab.jcore.types.AbbreviationLongform (Showing top 6 results out of 315)

origin: de.julielab/jcore-types

/** @generated
 * @param jcas JCas to which this Feature Structure belongs
 * @param begin offset to the begin spot in the SofA
 * @param end offset to the end spot in the SofA 
*/  
public AbbreviationLongform(JCas jcas, int begin, int end) {
 super(jcas);
 setBegin(begin);
 setEnd(end);
 readObject();
}   
origin: de.julielab/jcore-jnet-ae

  && abbreviation.getCoveredText().matches(ABBREV_PATTERN)) {
LOGGER.debug("ignoreLabel() - abbreviation: " + abbreviation.getCoveredText()
    + " introduced for: " + abbreviation.getTextReference().getCoveredText());
return false; // should not be ignored
origin: de.julielab/jcore-types

/** Internal - constructor used by generator 
 * @generated
 * @param addr low level Feature Structure reference
 * @param type the type of this Feature Structure 
 */
public AbbreviationLongform(int addr, TOP_Type type) {
 super(addr, type);
 readObject();
}

origin: de.julielab/jcore-lingpipe-gazetteer-ae

LOGGER.debug(
    chunk + " chunk \"{}\" is an abbreviation but respective full \"{}\" form is no ConceptMention\n",
    chunktext, textRef.getCoveredText());
return false;
origin: de.julielab/jcore-types

/** @generated
 * @param jcas JCas to which this Feature Structure belongs 
 */
public AbbreviationLongform(JCas jcas) {
 super(jcas);
 readObject();   
} 
origin: de.julielab/jcore-jnet-ae

tokenRepresentation = abbreviation.getTextReference().getCoveredText();
if (abbreviation.getTextReference().getCoveredText().length() > 0 && abbrevTokens.size() == 0) {
de.julielab.jcore.typesAbbreviationLongform

Javadoc

This annotation type represents the text reference to an abbreviation. Updated by JCasGen Thu Jan 03 13:08:50 UTC 2019 XML source: /home/travis/build/JULIELab/jcore-base/jcore-types/target/jcasgen/typesystem.xml

Most used methods

  • getCoveredText
  • readObject
    Write your own initialization here
  • setBegin
  • setEnd

Popular in Java

  • Start an intent from android
  • notifyDataSetChanged (ArrayAdapter)
  • getResourceAsStream (ClassLoader)
  • startActivity (Activity)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • JFrame (javax.swing)
  • Table (org.hibernate.mapping)
    A relational table
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now