Computational Linguistics

XFST: Python 3 script to convert prolog file to DOT-graph

If you write out a stack (or network) in XFST to a prolog file:

write prolog > mymorph.plg

and you want to convert it to DOT and visualize it in Graphviz, here is a Python 3.x script to do so:

Download zipped Python source
View Python code

Read More...

Updated Python code and tools

The Charty parser code is updated to Python 3.x (implementing an Earley parser for context-free grammars), and a compact module, TextStat.py, with some useful functions for N-gram models, frequency profiles, vector space models, statistical analyses, information theoretic measures (entropy, mutual information, etc.). If you have comments, or you find some bug or error, let me know.
Read More...

Yet another comment related to Lexc, XFST and compilation

You can use Helsinki Finite-State Transducer Technology HFST3 and Foma to compile XFST or Lexc defined morphologies and transducers…
Read More...

Setting up Aquamacs for XLE and XFST

Here is a small introduction about my working environment setting for grammar and morphology development using Aquamacs, XLE, XFST and just scripting with Python and Bash in the OS X Terminal.app...
Read More...

SNLTK at the ELS2011 in Hamburg

We will be at the 4th European Lisp Symposium with the SNLTK end of March 2011...
Read More...

Summer School, Round Table and Workshop in Computational Linguistics, Cognitive Science, Machine Learning

From the 22nd of August till the 3rd of September at the University of Zadar there is a summer school, workshop, round table on computational linguistics, cognitive science, and computer science related to language...
Read More...