Am Mittwoch, 16. November 2016 02:33:04 UTC+1 schrieb Daniel Whitenack:
>
> Hi Johann,
>
> Looks like there are a good number of packages listed here:
>
> https://github.com/gopherds/resources/blob/master/tooling/README.md#nlp
>
> In particular, it sounds like this one has some of what you need:
>
>
https://github.com/advancedlogic/go-freeling
>

That one I identified too. It totally lacks  documentation, but looks 
otherwise compeling. I settled on

    "github.com/blevesearch/segment"  // Unicode Word segmentation
    "github.com/neurosnap/sentences"  // Sentence segmentation
    "github.com/speedata/hyphenation"  // hyphenation


for now but a more integrated library like freeling would be nice to use, 
for sure. 
Johann



> Daniel
>
> On Tuesday, November 15, 2016 at 4:16:27 AM UTC-5, Johann Höchtl wrote:
>>
>> Is there a pure Golang library to detect words / sentences / syllables? 
>> https://github.com/advancedlogic/go-freeling might be able to do that 
>> but has no API.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to