Sciweavers

ACL
2012
11 years 7 months ago
Lemmatisation as a Tagging Task
We present a novel approach to the task of word lemmatisation. We formalise lemmatisation as a category tagging task, by describing how a word-to-lemma transformation rule can be ...
Andrea Gesmundo, Tanja Samardzic

Book
301views
15 years 1 months ago
C Programming Tutorial
"This book is a tutorial. Its aim is to teach C to a beginner, but with enough of the details so as not be outgrown as the years go by. It presumes that you have some previo...
Mark Burgess

Book
2651views
15 years 2 months ago
Object Oriented Programming with ANSI-C
"This book is not going to praise object-oriented programming or condemn the Old Way. We are simply going to use ANSI-C to discover how object-oriented programming is done, w...
Axel-Tobias Schreiner

Book
424views
15 years 3 months ago
The New C Standard
"This book contains a detailed analysis of the International Standard for the C language"
Derek M. Jones

Book
385views
15 years 3 months ago
C and C++ Style Guides
"This is an archive of style guides for C and C++ code."

Book
352views
15 years 3 months ago
C Elements of Style
This book covers the styling code convention of the C language.
Steve Oualline

Book
385views
15 years 3 months ago
Intro to Design Patterns in C++ and Qt 4
C++ is taught "the Qt Way"
Alan Ezust, Paul Ezust

Book
454views
15 years 3 months ago
An Introduction to GCC
"This manual provides an introduction to the GNU C and C++ Compilers, gcc and g++, which are part of the GNU Compiler Collection (GCC)."
Brian Gough