Class SentenceSplitterApplication


  • public class SentenceSplitterApplication
    extends 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
    • Constructor Detail

      • SentenceSplitterApplication

        public SentenceSplitterApplication()
    • Method Detail

      • main

        public static void main​(String[] args)