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

Added server autobot that crawls an index and build scenarios #50

Closed
wants to merge 80 commits into from
Closed

Added server autobot that crawls an index and build scenarios #50

wants to merge 80 commits into from

Conversation

adambbolduc
Copy link
Contributor

No description provided.

Adam B Bolduc and others added 30 commits June 22, 2016 09:40
Added feature field crawling
Added stopwords
Added Parameters
added scenarioBuilder and configuration settings
Refactored Scenario input
Added bot to client
removed null in getInfos response

import (
"github.com/erocheleau/uabot/explorerlib"
"github.com/erocheleau/uabot/scenariolib"
Copy link
Contributor

Choose a reason for hiding this comment

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

github.com/coveo/uabot/scenariolib

FROM golang

#get source code
RUN git clone https://github.com/adambbolduc/uabot.git
Copy link
Contributor

Choose a reason for hiding this comment

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

might want to change this ?

what do you think @erocheleau

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right !

@erocheleau
Copy link
Contributor

Need to fix build before merge.

@erocheleau
Copy link
Contributor

Also you desperately need to comment the new stuff if you hope that one day I will be able to go through it :)

I don't know what IDE you use to code but a go linter would ask you to comment ANYTHING that is exposed (any function, variable, struct, constant, etc. that starts with a capital letter)

This is to also be able to generate stuff like this which is done automagically with go:
https://godoc.org/github.com/coveo/uabot/scenariolib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants