Skip to content

Hendler/goling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goling

Go client for Freeling C++ NLP Library - http://nlp.lsi.upc.edu/freeling/

Usage

go get github.com/Hendler/goling/freeling

import (
    "github.com/Hendler/goling/freeling"
)

TODO

  • Response parser. Strings come back in one line per word.
  • cgo embedded version (interact with C/C++ directly and build into programe)
    • reasons for this are that Freeling has many configurable parsing levels
  • proper test setup

Appendix

Tried test Freeling sockets from Bash, use socat, e.g. - needs null terminated strings...

socat tcp-connect:localhost:50005 exec:'bash -i'
echo -ne "n\0m\0k"

About

Go client for Freeling NLP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages