class SsbSplitter::Splitter

Defined in:

ssb-splitter/splitter.cr

Constant Summary

MAX_SIZE = 3000

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def make_file_names(file_path : String, count : Int32) : Array(String) #

[View source]
def read(file_path : String) #

[View source]
def split_by_para(str : String) : Array(String) #

[View source]
def split_paras_into_files(paragraphs) : Array(SplitFile) #

[View source]
def write(print : Bool = false) #

[View source]