go-freeling icon indicating copy to clipboard operation
go-freeling copied to clipboard

Golang Natural Language Processing

Results 9 go-freeling issues
Sort by recently updated
recently updated
newest added

``` $ go build gofreeling.go # github.com/advancedlogic/go-freeling/nlp /usr/bin/ld: cannot find -lmitie collect2: error: ld returned 1 exit status ```

Trying to build go-freeling on OpenBSD 6.2 there's an issue calling ld ``` $ go build gofreeling.go # _/home/jherrero/code/go/src/github.com/advancedlogic/go-freeling/nlp /usr/bin/ld: cannot find -lmitie cc: error: linker command failed with exit...

Trailing whitespace in document content causes nil return of AnalyzeText() method. Seems that it's panic in Workflow() method and defer function providing recovery returning nil value.

Just ran gofmt -w . on the project root. That's all. https://blog.golang.org/go-fmt-your-code --- > I made this PR with a project going on over at https://github.com/rotblauer/gofmt-att, and it's definitely a...

I downloaded the data and cannot identify which format you're using. I've opened the WordNet from NLTK Python library for natural language processing. I'm intersted in Go now, I've found...

compile the mitie lib with make install, but when try to build gofreeling.go getting: ``` go build -v gofreeling.go github.com/advancedlogic/go-freeling/models github.com/advancedlogic/go-freeling/terminal github.com/advancedlogic/go-freeling/nlp # github.com/advancedlogic/go-freeling/nlp nlp/nlp.go:69: undefined: MITIE ```

Greetings, I hope that your day is going well. Being a bit new to Golang, I am finding it very exciting and am learning quickly, but recently I came across...

Hi, I would like to use your like as an API without any webserver... Could you support that? Can you provide more examples which shows how to your your lib?...

Fixed the following issue: > assignment mismatch: 2 variables but uuid.NewV4 returns 1 value Fixed issues with `go test` and ran `go fmt`.