You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export MAX_SEN_LEN=100 #sentences longer than this will be chopped and parsed chunked
export SEN_CHUNK=33 #length of the chunk into which the sentences will be chopped (the actual chunk size will differ a bit, depending where a suitable place can be found to cut the chunks)
#Inits the parsing pipeline (exports variable names, modifies path, makes TMPDIR)