Open neelsmith opened 5 months ago
Make stringParser the hub that others go through
stringParser
String parser to dataframe:
hdr = join(["Token","Lexeme","Form","Stem","Rule"], DELIMITER) csvsrc = HDR * "\n" * join(sp.entries,"\n") * "\n" CSV.read(IOBuffer(csvsrc), DataFrame)
Make
stringParser
the hub that others go through