bozsahin
I work at the apparently nonmonotonic intersection of computer science, linguistics, philosophy and cognitive science, to study complex organized behaviour.
ODTU
Pinned Repositories
ccg-latex
latex style file for drawing Combinatory Categorial Grammar (CCG) derivations
ccglab
Combinatory Categorial Grammar (CCG): Full set CCG, and probabilistic CCG
ccglab-database
collection of CCGlab grammars and models
ceng444
METU Computer science introductory compiler course: Language Processors
cogs501
course site for METU COGS501 when i teach the course
cogs517-philosophy-of-cogsci
This is the repo for the course above at METU when i teach it.
cogs542
METU Cognitive science course: combinators and cognition
cogs579
METU course on Philosophy of Computer Science
ling487-bogazici
Ling 487: Mathematics and Philosophy in Linguistics (Bogazici Linguistics elective course)
yalalr
yet another LALR parser generator interface
bozsahin's Repositories
bozsahin/ceng444
METU Computer science introductory compiler course: Language Processors
bozsahin/cogs579
METU course on Philosophy of Computer Science
bozsahin/ccglab
Combinatory Categorial Grammar (CCG): Full set CCG, and probabilistic CCG
bozsahin/ccg-latex
latex style file for drawing Combinatory Categorial Grammar (CCG) derivations
bozsahin/cogs517-philosophy-of-cogsci
This is the repo for the course above at METU when i teach it.
bozsahin/cogs501
course site for METU COGS501 when i teach the course
bozsahin/cogs542
METU Cognitive science course: combinators and cognition
bozsahin/ccglab-database
collection of CCGlab grammars and models
bozsahin/yalalr
yet another LALR parser generator interface
bozsahin/ling487-bogazici
Ling 487: Mathematics and Philosophy in Linguistics (Bogazici Linguistics elective course)
bozsahin/ccglab-grammars
CCG: sample grammars in CCGlab, for linguistic analyses, modeling, training
bozsahin/thebench
Exploring two command relations in natural language: Monadic Categorial Grammar
bozsahin/learning-causal-relations-old-style
Lisp code for learning causal relations in a text as and/or trees
bozsahin/cl-indexer
Indexer for top-level forms in a Common Lisp file
bozsahin/combinators-in-lisp
Combinators as Lisp constants on top of lambda calculus (and Church encoding)
bozsahin/debruijn-index
deBruijn indices of a lambda term
bozsahin/decorator
Python decorators, from functions with some arguments, to composition, decorators with args and fixpoint
bozsahin/knuth-conjecture
Knuth conjecture as a planning problem, i.e. operator sequencing from 3 or 4.
bozsahin/ling58b-bogazici
Ling 58B: Linguistic Categories and Grammar (Bogazici Linguistics grad course)
bozsahin/sly-example
This is python code for use of sly.py for parsing and intermediate/target code generation for a natural language grammar
bozsahin/affix-count
simple count of prefixes, suffixes, and infixes, in the text of a plain file or xml file, with some allomorphy
bozsahin/bozsahin.github.io
my web home
bozsahin/ccglab-api
API for CCGlab as a package
bozsahin/ccglab-models
models for parser training and wide-coverage/ a companion to ccglab and ccglab-grammars
bozsahin/ccglab-server
CCGlab web server in SBCL and portable AllegroServe
bozsahin/cogs512-cognitive-algorithms
course material for METU cogsci cogs512 course
bozsahin/common-lisp-special-symbol-wrapper
To treat everything as data, wraps special symbols in |.|, then everything in (...)
bozsahin/dyop
Legacy C code (K&C) for Dynamic Order-preserving file partitioning
bozsahin/morphosyntactic-ccg
an old demo system for CKY parsing of Combinatory Categorial Grammar with morphosyntactic categories
bozsahin/xml-traverse
depth-first and breadth-first traversal of xml documents