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

Mldb 1322 sum stem token #106

Merged
merged 5 commits into from
Feb 1, 2016
Merged

Conversation

simlmx
Copy link
Contributor

@simlmx simlmx commented Jan 27, 2016

Test case for my sum(stemmer(tonenizer(... usercase.
It turns out the bug I was trying to point out was very recently fixed. I figured I would add the test case anyway.

@guyd
Copy link
Contributor

guyd commented Jan 27, 2016

+1

ds.record_row('row_2', [['label2',3, 0]])

q = '''
SELECT sum(stem({words: {tokenize(txt) as *}})[words]) as *
Copy link
Contributor

Choose a reason for hiding this comment

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

can you please add a case for sum(stem({words: tokenize(txt) })[words]) as *? i.e. without the { ... as *} around the tokenize()? If MLDB doesn't support this, please comment out the test case and I will create an issue.

nicolaskruchten added a commit that referenced this pull request Feb 1, 2016
@nicolaskruchten nicolaskruchten merged commit 9a68daf into master Feb 1, 2016
@nicolaskruchten nicolaskruchten deleted the MLDB-1322-sum-stem-token branch February 1, 2016 03:43
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.

3 participants