- Mar 30, 2012
-
-
Pawel Orlowicz authored
get_held_out.pl - divide corpus of ccl and rel files into two sets in given proportion
-
- Mar 23, 2012
-
-
Adam Radziszewski authored
-
- Mar 16, 2012
-
-
Adam Wardynski authored
-
- Mar 13, 2012
-
-
Pawel Orlowicz authored
-
- Feb 27, 2012
-
-
Pawel Minda authored
-
- Feb 21, 2012
-
-
Adam Radziszewski authored
-
- Feb 20, 2012
-
-
Adam Radziszewski authored
-
Adam Radziszewski authored
-
- Feb 19, 2012
-
-
Lukasz Bilenkij authored
-
- Feb 09, 2012
-
-
Adam Wardynski authored
-
- Feb 07, 2012
-
-
Lukasz Bilenkij authored
-
lukasz authored
-
Lukasz Bilenkij authored
-
- Feb 02, 2012
-
-
dominik authored
-
Adam Radziszewski authored
-
- Feb 01, 2012
-
-
minda authored
-
- Jan 27, 2012
-
-
Adam Radziszewski authored
-
Adam Radziszewski authored
-
dominik authored
-
dominik authored
-
- Jan 26, 2012
-
-
Paweł Kędzia authored
-
- Jan 25, 2012
-
-
dominik authored
-
Adam Wardynski authored
-
Adam Radziszewski authored
-
dominik authored
-
- Jan 23, 2012
-
-
Adam Radziszewski authored
-
- Jan 19, 2012
-
-
Adam Radziszewski authored
-
Adam Radziszewski authored
-
Adam Radziszewski authored
-
- Jan 18, 2012
-
-
minda 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
-