Uses of Class
com.acumenvelocity.ath.model.InlineCodeRef
-
Packages that use InlineCodeRef Package Description com.acumenvelocity.ath.gemini com.acumenvelocity.ath.model com.acumenvelocity.ath.openai -
-
Uses of InlineCodeRef in com.acumenvelocity.ath.gemini
Methods in com.acumenvelocity.ath.gemini that return types with arguments of type InlineCodeRef Modifier and Type Method Description static List<List<InlineCodeRef>>GenAi. reinsertCodes(String modelName, List<LayeredSegment> layeredSegments)Reinserts inline codes into target segments using an LLM to align them with source codes. -
Uses of InlineCodeRef in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return InlineCodeRef Modifier and Type Method Description InlineCodeRefInlineCodeRef. id(Integer id)Id of this code.InlineCodeRefInlineCodeRef. position(Integer position)Position (0-based char index) of this inline code in the text string.InlineCodeRefInlineCodeRef. tagType(net.sf.okapi.common.resource.TextFragment.TagType tagType)Methods in com.acumenvelocity.ath.model that return types with arguments of type InlineCodeRef Modifier and Type Method Description List<InlineCodeRef>LayeredSegment. getSrcCodes()List<InlineCodeRef>LayeredSegment. getTrgCodes()Method parameters in com.acumenvelocity.ath.model with type arguments of type InlineCodeRef Modifier and Type Method Description voidLayeredSegment. setSrcCodes(List<InlineCodeRef> srcCodes)voidLayeredSegment. setTrgCodes(List<InlineCodeRef> trgCodes)LayeredSegmentLayeredSegment. srcCodes(List<InlineCodeRef> srcCodes)Array of inline codes as a layer over source text.LayeredSegmentLayeredSegment. trgCodes(List<InlineCodeRef> trgCodes)Array of inline codes as a layer over target text. -
Uses of InlineCodeRef in com.acumenvelocity.ath.openai
Methods in com.acumenvelocity.ath.openai that return types with arguments of type InlineCodeRef Modifier and Type Method Description static List<List<InlineCodeRef>>OpenAi. reinsertCodes(String modelName, List<LayeredSegment> layeredSegments)Reinserts inline codes into target segments using an LLM to align them with source codes.
-