Commit d351bc4e8d617ae6d7d751bda36ef4402af1cff7

Authored by Wojciech Jaworski
2 parents 272ea053 0013cf56

Merge branch 'validation'

Showing 1 changed file with 27 additions and 0 deletions
corpora/struktura do NKJP.txt 0 → 100644
  1 +let text= AltText[Raw,RawText "treść tekstu";Struct,StructText([
  2 + AltParagraph[Raw,RawParagraph "treść akapitu 1"; Struct,StructParagraph[p1;p2;...]];
  3 + AltParagraph[Raw,RawParagraph "treść akapitu 2"; Struct,StructParagraph[...]];
  4 + AltParagraph[Raw,RawParagraph "treść akapitu 3"; Struct,StructParagraph[...]];
  5 + ...
  6 +],tokens)]
  7 +
  8 + W grudniu 1992 roku, po trzech miesiącach, Honecker został zwolniony przez sąd w Berlinie za względów humanitarnych.
  9 +
  10 +let p1 = {pid="13.36"; pbeg=115; plen=230+1-115; pnext=232; psentence=sentence; pfile_prefix="1"}
  11 +
  12 +let sentence = AltSentence[Raw,RawSentence "teść zdania";Struct,DepSentence [|
  13 + 5,-1,"";
  14 + 6,-1,"";
  15 + 7,-1,"";
  16 + 8,-1,"";
  17 + 9,-1,"";
  18 + |]
  19 +
  20 +let tokens = {| token1; token2; ... |]
  21 +
  22 +let token1 = {empty_token with orth="W"; beg=115; len=1; next=117; token=Lemma("w","prep",[[["loc"];["nwok"]]])}
  23 +
  24 +let token15 = {empty_token with orth="za"; corr_orth="ze"; beg=205; len=2; next=208; token=Lemma("ze","prep",[[["gen"];["wok"]]])}
  25 +
  26 +
  27 +
... ...