Sciweavers

128
Voted
ACL
2012
13 years 5 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
230
Voted

Book
301views
16 years 11 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
17 years 20 days 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
17 years 27 days ago
The New C Standard
"This book contains a detailed analysis of the International Standard for the C language"
Derek M. Jones

Book
385views
17 years 27 days ago
C and C++ Style Guides
"This is an archive of style guides for C and C++ code."

Book
352views
17 years 27 days ago
C Elements of Style
This book covers the styling code convention of the C language.
Steve Oualline

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

Book
454views
17 years 27 days 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