Class SentenceSplitterApplication


  • public class SentenceSplitterApplication
    extends java.lang.Object
    * The user interface (command line version) for the JULIE Sentence Boundary Detector. Includes training, prediction, file format check, and evaluation. When splits are done (e.g., for 90/10 or X-Val) the same randomization is enforced by seeding a random number generator with 1.
    Author:
    tomanek
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SentenceSplitterApplication

        public SentenceSplitterApplication()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)