org.oewntk.ser.out.Tracing.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toser Show documentation
Show all versions of toser Show documentation
Serialize Wordnet model to file.
The newest version!
/*
* Copyright (c) 2021-2024. Bernard Bou.
*/
package org.oewntk.ser.out
import java.io.PrintStream
object Tracing {
val psInfo: PrintStream = System.out
val psErr: PrintStream = System.out
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy