Creating drawings of an architecture, of an algorithm, or even of writing a full algorithm in the blackboard or in a piece of paper is an important step when doing R&D in Computer Science. There are some tools that enable online drawings, but I prefer the hand-coded ones! Recently, I browsed through my photo gallery…
Read MoreIn information extraction frameworks, finding a matching for a word in a text is a very common issue. The matching is often done based in a given input dictionnary. This task is called Named Entity Recognition (NER). This task is useful to classify the words in the text. For instance, we could have a dictionnary…
Read More