Hello,
I’m a beginner in Julia, and as exercise I ported a python library for splitting text into sentences into Julia.
You can find the code here : GitHub - astariul/Sentencize.jl: Smallish library for sentence splitting in Julia
Due to my lack of experience with Julia, I would love some to have some experienced people reviewing my code, see what can be improved (performance, style, or anything else). Would love some PR as well !