Browsing All Posts filed under »OpenFrameworks«

Regular Expressions

April 8, 2012

0

Regular expressions can be used to detect patterns in text. Regular expressions literals in c++ can be escaped using two forward slash. For example, to escape a fullstop the expression \\. may be used.

NodeJS OpenFrameworks

April 4, 2012

2

Taking a user centred approach in implementation involves catering for the needs of a novice user, it was deemed necessary to design a graphical user interface for the NodeJS SocketIO server. Currently to run the nodeJS server the user manually types in the command in the terminal to start or stop the server. Messages from […]

Nodejs NLTK

April 2, 2012

0

Natural Language Processing with Natural NodeJS Module http://www.chrisumbel.com/article/node_js_natural_language_porter_stemmer_lancaster_bayes_naive_metaphone_soundex Using the Natural Language Processing with Natural NodeJS Module http://css.dzone.com/articles/using-natural-nlp-module Natural – NodeJS story http://www.chrisumbel.com/article/node_js_natural_language_nlp Guide to developing a good corpora http://www.ahds.ac.uk/guides/linguistic-corpora/appendix.htm#section5