Frequently, I find myself wanting to do some simple language detection. For Chinese, Japanese, and Korean, this can easily be done by looking at the
I was just reading an article about Martijn Pieters, who is a python expert, and he mentioned monkey patching I did not know what monkey
I just discovered this today when doing some regex in Java. When I first started doing regex in Java, I was surprised to learn that
One handy feature of the DataImportHandler in solr is that you can group documents by different entities. In the MKB we have a couple different
Here is a really simple way to pretty print some unformatted json $ echo ‘{“foo”: “lorem”, “bar”: “ipsum”}’ | python -mjson.tool { “bar”: “ipsum”, “foo”: