File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # Stopwords for Golang ![ Last release] ( https://img.shields.io/github/release/golang-nlp /stopwords.svg )
1+ # Stopwords for Golang ![ Last release] ( https://img.shields.io/github/release/OpenSystemsLab /stopwords.svg )
22
3- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/golang-nlp /stopwords )] ( https://goreportcard.com/report/github.com/golang-nlp /stopwords )
3+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/OpenSystemsLab /stopwords )] ( https://goreportcard.com/report/github.com/OpenSystemsLab /stopwords )
44
55| Branch | Status | Coverage |
66| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
7- | master | [ ![ Go] ( https://github.com/golang-nlp /stopwords/actions/workflows/go.yml/badge.svg )] ( https://github.com/golang-nlp /stopwords/actions/workflows/go.yml ) | [ ![ Coveralls] ( https://img.shields.io/coveralls/golang-nlp /stopwords/master.svg )] ( https://coveralls.io/github/golang-nlp /stopwords?branch=master ) |
7+ | master | [ ![ Go] ( https://github.com/OpenSystemsLab /stopwords/actions/workflows/go.yml/badge.svg )] ( https://github.com/OpenSystemsLab /stopwords/actions/workflows/go.yml ) | [ ![ Coveralls] ( https://img.shields.io/coveralls/OpenSystemsLab /stopwords/master.svg )] ( https://coveralls.io/github/OpenSystemsLab /stopwords?branch=master ) |
88
99``` sh
10- go get -u github.com/golang-nlp /stopwords
10+ go get -u github.com/OpenSystemsLab /stopwords
1111```
1212
1313## Quick Start
@@ -16,7 +16,7 @@ go get -u github.com/golang-nlp/stopwords
1616import (
1717 " fmt"
1818
19- " github.com/golang-nlp /stopwords"
19+ " github.com/OpenSystemsLab /stopwords"
2020)
2121
2222func main () {
@@ -41,7 +41,7 @@ import (
4141 " fmt"
4242 " log"
4343
44- " github.com/golang-nlp /stopwords"
44+ " github.com/OpenSystemsLab /stopwords"
4545)
4646
4747func main () {
You can’t perform that action at this time.
0 commit comments