net.docliff.segmenter
Class SegmentProcess
java.lang.Object
net.docliff.segmenter.SegmentProcess
public class SegmentProcess
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SegmentProcess
public SegmentProcess(XliffDocument doc,
java.lang.String iniFileName,
boolean enableSegRule,
int breakOnCrlf)
throws OpenTMSException
- Throws:
OpenTMSException
SegmentProcess
public SegmentProcess(XliffDocument doc,
java.lang.String iniFileName)
throws OpenTMSException
- Throws:
OpenTMSException
setXliffDocument
public void setXliffDocument(XliffDocument doc)
addContent
public static void addContent(org.jdom.Element elem,
java.lang.Object obj)
clone
public static java.lang.Object clone(java.lang.Object obj)
process
public void process()
throws OpenTMSException
- Throws:
OpenTMSException
processForAlignment
public Segment[] processForAlignment()
throws OpenTMSException
- Throws:
OpenTMSException
readXMLSegmentNodes
public net.docliff.segmenter.XMLSegmentNode readXMLSegmentNodes(com.araya.alignment.Segment[] segments)