Posts in nlp


Parts-of-speech tagging with Clojure
• 8 min read

One of the classical problems in Natural Language Processing is parts-of-speech tagging i.e. given a sentence of length n, find the sequence of part-of-speech tags for each word in the sentence. For example,
Continue Reading »