Greg Ichneumon Brown
Greg Ichneumon Brown
Does HelpHub already have Jetpack enabled on it yet. If so then you can just turn on Jetpack Search and add a search filtering to the sidebar: https://jetpack.com/support/search/ Customizing the...
Maybe just separate into separate deleted percentage into a separate graph? Or maybe just a color change can make deleted docs not hide the index sizes. Personally I like the...
Short text is pretty hard to detect the language of. For instance, Google translate also detects your text as Dutch: http://translate.google.com/#auto/en/je%20vend%20ma%20chemise%20verte Generally I've found that anything shorter than 300 bytes...
That looks promising. Training data based on twitter corpus.
With the removal of _analyzer being specified in the query (in https://github.com/elastic/elasticsearch/issues/9279), auto selection of the analyzer for a field doesn't really make sense as far as I can tell....
I agree, single characters are not enough, but if X% of the text is from a particular range then this is a pretty reliable way to detect languages that the...
FYI, this seems to work for me when getting the simple pipeline test to run `python -m unittest seq2seq.test.pipeline_test`
BTW, there are ways to get around this sometimes with filters. May be worth implementing. For inf scroll of calypso posts, sorted by date across all of a user's blogs...
@martin3252 see PR #199 which let's you set the output activation layer. @Slyne thanks for the recommendation. @farizrahman4u should softmax become the default? Or something else to make it less...
I think we are already syncing unconnected users into the jetpack_shadow_users table. At least that is what we use for Search indexing.