Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nlp string implementation #15

Merged
merged 12 commits into from Mar 3, 2016
Merged

Nlp string implementation #15

merged 12 commits into from Mar 3, 2016

Conversation

fabregas
Copy link
Collaborator

@fabregas fabregas commented Mar 1, 2016

No description provided.

@@ -15,5 +15,5 @@ before_install:
- go get github.com/stretchr/testify/assert

script:
- go test -v -covermode=count -coverprofile=coverage.out ./nlp_string
- goveralls -coverprofile=coverage.out -service travis-ci -repotoken $COVERALLS_TOKEN
- go test -v -covermode=count -coverprofile=coverage.out ./core
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to discuss how to organize this. I think we need come up with some recursive strategy

@korobool
Copy link
Owner

korobool commented Mar 1, 2016

What restrictions and compatibility level does String have with stdlib regex?

@fabregas
Copy link
Collaborator Author

fabregas commented Mar 2, 2016

some methods of String expected compiled regexp object as an argument:
String.Match(re)
String.FindFirst(re)
String.FindAll(re)
String.Replace(re, new)

.... The most methods in standard regexp package works with []byte and string, so we can't use it with String object

@korobool
Copy link
Owner

korobool commented Mar 2, 2016

Looks good for me. Merge needed.

fabregas added a commit that referenced this pull request Mar 3, 2016
@fabregas fabregas merged commit debdd01 into master Mar 3, 2016
@fabregas fabregas deleted the nlp_string branch March 3, 2016 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants