From bea70be6853684870301a16f8ff5575358800b16 Mon Sep 17 00:00:00 2001 From: Adam Radziszewski <adam.radziszewski@pwr.wroc.pl> Date: Wed, 25 May 2011 17:49:25 +0200 Subject: [PATCH] example to use with lexicons --- examples/in2-xces.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 examples/in2-xces.xml diff --git a/examples/in2-xces.xml b/examples/in2-xces.xml new file mode 100644 index 0000000..ff6b529 --- /dev/null +++ b/examples/in2-xces.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE cesAna SYSTEM "xcesAnaIPI.dtd"> +<cesAna xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" type="lex disamb"> +<chunkList> + <chunk> + <chunk type="s"> + <tok> + <orth>NBez</orth> + <lex><base>NBez</base><ctag>ign</ctag></lex> + </tok> + <tok> + <orth>pracy</orth> + <lex><base>praca</base><ctag>subst:sg:gen:f</ctag></lex> + <lex><base>praca</base><ctag>subst:sg:dat:f</ctag></lex> + <lex><base>praca</base><ctag>subst:sg:loc:f</ctag></lex> + </tok> + <tok> + <orth>dziś</orth> + <lex><base>dziś</base><ctag>qub</ctag></lex> + </tok> + <tok> + <orth>trudno</orth> + <lex><base>trudno</base><ctag>adv:pos</ctag></lex> + </tok> + <tok> + <orth>by</orth> + <lex><base>by</base><ctag>conj</ctag></lex> + </tok> + <tok> + <orth>przeżyć</orth> + <lex><base>przeżycie</base><ctag>subst:pl:gen:n</ctag></lex> + <lex><base>przeżyć</base><ctag>ger:pl:gen:n:perf:aff</ctag></lex> + <lex><base>przeżyć</base><ctag>inf:perf</ctag></lex> + </tok> + </chunk> + </chunk> +</chunkList> +</cesAna> -- GitLab