Class OldSimilarityModelConverter
- java.lang.Object
-
- de.uni_trier.wi2.procake.utils.xmlConverters.OldSimilarityModelConverter
-
public class OldSimilarityModelConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description OldSimilarityModelConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringconvertOldSimilarityModel(String xmlString)Updates old similarity model files to the new format by replacing parts in the XML string.static voidmain(String[] args)
-
-
-
Method Detail
-
convertOldSimilarityModel
public static String convertOldSimilarityModel(String xmlString) throws IOException
Updates old similarity model files to the new format by replacing parts in the XML string.- Parameters:
xmlString- the string to transform- Returns:
- the converted XML string
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-