natural language processing

Domain-specific Named Entity Recognition (NER)

Your entities deserve to be recognized

512 words/3 min read

What broadly distinguishes one domain from another? It is the named entities. It is essential to pick out entities from the text that you deal with for any useful NLP/NLU task.

Building a Corpus? Go the Chilka Way

Give the power of a vector database to your corpus

455 words/3 min read

In your NLP and Machine Learning tasks, as also research, getting the right detail from your voluminous text data is very important. You need a convenient, programmatic interface to your textual data.

Need Spelling Suggestions? Head North

The true North for orthography

367 words/2 min read

Using the right spellings shows good language skills. We often go wrong with our spellings and need a way to correct them. An automatic tool would help in this often overlooked task. North – a trie based spelling suggester helps you with some of your misspellings.