A következő címkéjű bejegyzések mutatása: natural language processing. Összes bejegyzés megjelenítése
A következő címkéjű bejegyzések mutatása: natural language processing. Összes bejegyzés megjelenítése

2012. január 8.

Hello nlp!

This post assumes you have already installed Leiningen and you can work with your choice of programmers' editor.

 
Starting a new project
This command creates a new directory (hello-nlp). Navigate into that new directory and open the file project.clj. You are going to see something like this:


2011. április 28.

Natural Language Processing for the Working Programmer - interview with the authors

These days we are the eyewitnesses of the data boom. More and more linguists turn to statistical and probabilistic methods and start using the quasi-standard tools of data analysis like R, Python and databases (SQL and those noSQL stuffs). It wasn’t easier to get into natural language processing, the nltk toolkit and the book is freely available and there are other great books on the market that teach you the basics and more advanced techniques. Although this huge success, more and more nlp company choose a functional programming language as a tool of development and the Natural Language Processing for the Working Programmer book (which is presenting the basic ideas of nlp in Haskell, and it is in draft version) got a lot of attention in the community. We interviewed the authors of the book; Daniël de Kok and Harm Brouwer.

2011. április 26.

On NLTK and Python - an interview with Jacob Perkins

Getting into natural language processing has never been easier these days thanks to the popular natural language toolkit (nltk). Python, nltk and even the book that teaches you nlp are free! Although nltk was designed by its creators with pedagogical considerations, Jacob Perkins (@japerk) showed with his nltk demos that it can serve as a serious API. His blog http://streamhacker.com has become a standard source of tips and hacks for nltk users, and his "Python Text Procesing with NLTK 2.0 Cookbook" is the natural choice for everyone who wants to be a pro nlp guy.