Conversation
…Now they are useless, I throw an exception in Implementation.
… StringSlicing class. TODO: test with an SQL query and fix bugs in FunctionsNgramClassify.cpp
|
|
|
Hello, this is my pull request. Not everything is done yet. |
qoega
left a comment
There was a problem hiding this comment.
Is it still work in progress? Do you plan to add perf and stateless tests?
.zshrc
Outdated
opt/NgramModels/Books/sherlock.txt
Outdated
There was a problem hiding this comment.
Also not needed if you don't use it in test? If needed in test, maybe put it in contrib and add LICENSE file?
There was a problem hiding this comment.
These files are going to be used as Ngram Models inside ClickHouse. What should I do to register them?
|
Yes, work is still in progress |
|
This is an automated comment for commit 4ccc0ad with description of existing statuses. It's updated for the latest CI running
|
33e5a60 to
4a66f71
Compare
|
Please explain me how to declare /opt directory with models that I added in a proper way |
4a66f71 to
f597a35
Compare
f973a37 to
6842a88
Compare
66df0a5 to
ec19e7a
Compare
ec19e7a to
4ccc0ad
Compare
| @@ -0,0 +1,72 @@ | |||
| Дон ли, Волга ли течёт котомку на плечо | |||
There was a problem hiding this comment.
That's probably copyrighted, and I don't think it's fair use.
|
This is not as discussed. The model file should contain (class_id, ngram, count) triples. |
Changelog category:
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Ngram Classification function added, so that user can SELECT smth with it
Documentation entry for user-facing changes