Class ResolvedCompositeGeneName

    • Method Detail

      • getAcronymForms

        public List<ResolvedCompositeGeneName> getAcronymForms()

        Returns the acronym variant of this gene name, if it was embedded into the long form for this mention.

        For expressions like interleukin (IL) 2, the EmbeddedAcronymPatternResolver creates the resolved variant interleukin 2 and IL 2. The latter is set as the acronym to the first instead of returning both directly. The reason is that this is rather an alternative choice instead of an actual multiplication of one gene name into multiple names.

        Returns:
        The acronym variant of this gene name or null if there is none.
      • getTagging

        public String getTagging()
      • getBegin

        public int getBegin()
      • getEnd

        public int getEnd()