-
Notifications
You must be signed in to change notification settings - Fork 16
integrate change from src-d/ml nn tokenizer #7
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
Conversation
vmarkovtsev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vmarkovtsev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job! This will take a few more days to get merged I guess.
|
@vmarkovtsev I thought I started following the guidelines about the commit messages already. Do you want me to edit all old commit messages to add the cap at the first letter ? |
|
Yes, run an interactive rebase and reword all the commits. |
zurk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done! 👏
|
@glimow can I ask you to rebase your commits to the current master and I will merge? |
Signed-off-by: Tristan Kalos <tristan.kalos@live.fr>
Signed-off-by: Tristan Kalos <tristan.kalos@live.fr>
Add doscstrings Add model parameters into asdf file Change model name to IdentifierSplitterBiLSTM Signed-off-by: tristan kalos <tristan.kalos@live.fr>
Signed-off-by: tristan kalos <tristan.kalos@live.fr>
Signed-off-by: tristan kalos <tristan.kalos@live.fr>
|
Sure. It should be done. |
Adding the NN id splitter to src-d/ml-core. PR migrated from src-d/ml#405
Note that I separated original PR into two. This one only adds the neural network model code, but do not modifiy the
tokenparserso it can be merged before src-d/models#18