Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fixed import path
Browse files Browse the repository at this point in the history
  • Loading branch information
shixzie committed Aug 10, 2017
1 parent 71cf0db commit 5641209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ time.Duration

## Installation
```
go get github.com/Shixzie/nlp
go get github.com/shixzie/nlp
```

**Go 1.7+ is required**
Expand Down
2 changes: 1 addition & 1 deletion nlp.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"time"
"unicode"

"github.com/Shixzie/nlp/parser"
"github.com/cdipaolo/goml/base"
"github.com/cdipaolo/goml/text"
"github.com/shixzie/nlp/parser"
)

// NL is a Natural Language Processor
Expand Down

0 comments on commit 5641209

Please # to comment.