Hacker News new | ask | show | jobs
by leecming 312 days ago
markov chains are a historical curio for NLP - easy to understand and implement, but just not good enough to do anything useful with. the jump to word vectors (e.g., word2vec) + CNNs/RNNs arguably put the field in a place where you could build useful language tools
1 comments

They're used heavily in information retrieval at scale. 3gram counting features especially.