All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openkoreantext.processor.tools.Runnable.scala Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package org.openkoreantext.processor.tools

/**
 * Created by hohyonryu on 1/3/15.
 */
abstract class Runnable {
  def main(args: Array[String]) {
    run
  }
  def run
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy