- Jan 19, 2012
-
-
Adam Radziszewski authored
-
Adam Radziszewski authored
-
Adam Radziszewski authored
-
- Jan 17, 2012
-
-
Adam Wardynski authored
In other words, cut out poliqarp from build if this flag is False. The flag remains forced to be True by default, though. This is mostly to be able to cut poliqarp out of pure WIN32 build until such time it actually builds (it doesn't atm).
-
Adam Wardynski authored
Was causing troubles for cmake'ing MSVC projects, but apparently everything works without this line even for gcc makefile projects.
-
- Jan 05, 2012
-
-
Adam Radziszewski authored
-
Adam Radziszewski authored
-
- Jan 04, 2012
-
-
Adam Radziszewski authored
-
Adam Radziszewski authored
-
- Jan 03, 2012
-
-
Paweł Kędzia authored
-
Paweł Kędzia authored
import corpus2 corpus = corpus2.Corpus() tagset = corpus2.get_named_tagset('nkjp') cr = corpus2.CorpusReader(tagset, 'document') crfile = '/home/rk/tmp/corpus_file.txt' readed_corp = cr.read(crfile) while True: doc = readed_corp.next_document() if not doc: break print doc.path()
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
- Dec 29, 2011
-
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
- Dec 27, 2011
-
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
- Dec 21, 2011
-
-
Adam Radziszewski authored
-
Adam Radziszewski authored
-
Adam Radziszewski authored
-
Adam Radziszewski authored
fix equality and lt check in SWIG wrappers (the renames prevented the automagic SWIG wrapping from working)
-
Adam Radziszewski authored
-