Commit f7c52474b9522a588f038774c91dad920cbf74f8
1 parent
0aa437a9
Metaopis cd
Showing
2 changed files
with
114 additions
and
147 deletions
semsources/metaopis.pdf
No preview for this file type
semsources/metaopis.tex
... | ... | @@ -203,7 +203,7 @@ np. {\it Kot pod stołem} |
203 | 203 | |
204 | 204 | |
205 | 205 | |
206 | -Leksemy {\it siebie} i {\it siÄ™} majÄ… ukryty argument koreferencyjny: | |
206 | +Leksemy {\it siebie} i {\it siÄ™} sÄ… koreferencyjne: | |
207 | 207 | {\it Jan kupił sobie samochód}, {\it Jan myje się} |
208 | 208 | \[\begin{tikzpicture} |
209 | 209 | \node[concept] (t) {\sg osoba ``Jan''}; |
... | ... | @@ -280,7 +280,7 @@ przysłówkiem ({\it pozornie zachodzi}) lub wyrażeniem przyimkowym ({\it je na |
280 | 280 | |
281 | 281 | \section{Liczebność i miara} |
282 | 282 | |
283 | -Liczebność odniesienia rzeczowników policzalnych jest wskazuje relacja Count, | |
283 | +Liczebność odniesienia rzeczowników policzalnych wskazuje relacja Count, | |
284 | 284 | np: {\it Dwa słonie trąbią}, {\it trzy i pół jabłka}, {\it kilka słoni} |
285 | 285 | \[\begin{tikzpicture} |
286 | 286 | \node[concept] (t) {trąbić}; |
... | ... | @@ -315,13 +315,11 @@ np: {\it Dwa słonie trąbią}, {\it trzy i pół jabłka}, {\it kilka słoni} |
315 | 315 | \node[concept] (a) {2}; |
316 | 316 | \node[concept, right=5mm of a] (b) {5}; |
317 | 317 | \context{v}{(a)(b)}{a}; |
318 | -\node[relation, right=10mm of b] (d) {Poss}; | |
319 | -\node[concept, right=10mm of d] (e) {między}; | |
320 | -\node[relation, right=10mm of e] (f) {Count}; | |
318 | +\node[relation, right=10mm of b] (f) {Count}; | |
319 | +\node[concept, below=5mm of f] (e) {między}; | |
321 | 320 | \node[concept, right=10mm of f] (g) {jabłko}; |
322 | -\edge{d}{v}; | |
323 | -\edge{e}{d}; | |
324 | -\edge{f}{e}; | |
321 | +\edge{f}{v}; | |
322 | +\edge[dashed]{f}{e}; | |
325 | 323 | \edge{g}{f}; |
326 | 324 | \end{tikzpicture}\] |
327 | 325 | {\it 3 lub 4 jabłka} |
... | ... | @@ -383,6 +381,7 @@ Rzeczowniki plurale tantum nie wnoszą informacji o liczności. |
383 | 381 | |
384 | 382 | Dla innych części mowy liczność uznajemy za nieokreśloną, gdy nie jest jawnie wskazana. |
385 | 383 | Liczebność czasowników wskazuje zazwyczaj leksem {\it raz}, np |
384 | +%TODO czy usunąć ``raz''? | |
386 | 385 | {\it Mistrz wygrał dwa razy}. |
387 | 386 | \[\begin{tikzpicture} |
388 | 387 | \node[concept] (t) {wygrać}; |
... | ... | @@ -452,7 +451,7 @@ Słów takich jak {\it para}, czy {\it setka} nie zamieniamy na liczby by odróŠ|
452 | 451 | |
453 | 452 | Nie rozróżniamy kolektywności i dystrybutywności, np. w dla zdania {\it Pięciu studentów zjadło 2 arbuzy} |
454 | 453 | nie wskazujemy czy {\it studenci} zjedli w sumie {\it 2 arbuzy}, czy też każdy z nich zjadł {\it 2 arbuzy}. |
455 | -Odczytanie kolektywne wymusza interpretowanie rzeczowników jako zbiorów. | |
454 | +%Odczytanie kolektywne wymusza interpretowanie rzeczowników jako zbiorów. | |
456 | 455 | \[\begin{tikzpicture} |
457 | 456 | \node[concept] (b) {jeść}; |
458 | 457 | \node[relation, left=1cm of b] (a) {Past}; |
... | ... | @@ -717,18 +716,16 @@ Kwantyfikatory mające dodatkowe argumenty, np: {\it Każdy z wyjątkiem Francis |
717 | 716 | \node[concept, right=10mm of e] (f) {każdy}; |
718 | 717 | \node[relation, right=10mm of f] (i) {Manr}; |
719 | 718 | \node[concept, right=10mm of i] (j) {z wyjÄ…tkiem}; |
720 | -\node[relation, above=5mm of j] (k) {Poss}; | |
721 | -\node[concept, left=10mm of k] (l) {\sg osoba ``Franciszek''}; | |
722 | -\context{cx}{(b)(c)(d)(e)(f)(i)(j)(k)(l)}{}; | |
719 | +\node[concept, below=5mm of i] (l) {\sg osoba ``Franciszek''}; | |
720 | +\context{cx}{(b)(c)(d)(e)(f)(i)(j)(l)}{}; | |
723 | 721 | \edge{c}{b}; |
724 | 722 | \edge{cx}{a}; |
725 | 723 | \edge{d}{c}; |
726 | 724 | \edge{b}{e}; |
727 | 725 | \edge{e}{f}; |
728 | 726 | \edge{f}{i}; |
729 | -\edge{i}{j}; | |
730 | -\edge{j}{k}; | |
731 | -\edge{k}{l}; | |
727 | +\edge[dashed]{i}{j}; | |
728 | +\edge{i}{l}; | |
732 | 729 | \end{tikzpicture}\] |
733 | 730 | {\it Wszyscy z wyjątkiem co najwyżej trzech osób trąbią.} |
734 | 731 | \[\begin{tikzpicture} |
... | ... | @@ -740,21 +737,19 @@ Kwantyfikatory mające dodatkowe argumenty, np: {\it Każdy z wyjątkiem Francis |
740 | 737 | \node[concept, right=10mm of e] (f) {wszyscy}; |
741 | 738 | \node[relation, right=10mm of f] (i) {Manr}; |
742 | 739 | \node[concept, right=10mm of i] (j) {z wyjÄ…tkiem}; |
743 | -\node[relation, below=5mm of j] (k) {Poss}; | |
744 | -\node[concept, left=10mm of k] (l) {\pl osoba}; | |
740 | +\node[concept, below=5mm of i] (l) {\pl osoba}; | |
745 | 741 | \node[relation, left=10mm of l] (m) {Count}; |
746 | 742 | \node[concept, left=10mm of m] (n) {co najwyżej}; |
747 | 743 | \node[concept, below=5mm of m] (o) {3}; |
748 | -\context{cx}{(b)(c)(d)(e)(f)(i)(j)(k)(l)(o)}{}; | |
744 | +\context{cx}{(b)(c)(d)(e)(f)(i)(j)(l)(o)}{}; | |
749 | 745 | \edge{c}{b}; |
750 | 746 | \edge{cx}{a}; |
751 | 747 | \edge{d}{c}; |
752 | 748 | \edge{b}{e}; |
753 | 749 | \edge{e}{f}; |
754 | 750 | \edge{f}{i}; |
755 | -\edge{i}{j}; | |
756 | -\edge{j}{k}; | |
757 | -\edge{k}{l}; | |
751 | +\edge[dashed]{i}{j}; | |
752 | +\edge{i}{l}; | |
758 | 753 | \edge{l}{m}; |
759 | 754 | \edge[dashed]{m}{n}; |
760 | 755 | \edge{m}{o}; |
... | ... | @@ -763,6 +758,8 @@ Kwantyfikatory mające dodatkowe argumenty, np: {\it Każdy z wyjątkiem Francis |
763 | 758 | {\it Kucharz posolił wszystkie dania dwoma łyżkami soli.}\\ |
764 | 759 | \includegraphics[scale=0.3]{metaopis_sol.png} |
765 | 760 | |
761 | +%za pierwszym/drugim razem, co drugi raz | |
762 | + | |
766 | 763 | \section{Relacja quasi-posiadania i identyczności} |
767 | 764 | Predykat Poss symbolizuje relację posiadania ({\it piłka chłopca}) oraz pozostałe |
768 | 765 | relacje wskazywane przez modyfikator rzeczownikowy w dopełniaczu (przydawkę dopełniaczową) |
... | ... | @@ -835,11 +832,11 @@ Może to być typ i nazwa, albo dwa różna typy, np. {\it lekarz dentysta} zapi |
835 | 832 | a {\it w mieście Warszawie}, zapiszemy jako |
836 | 833 | \[\begin{tikzpicture} |
837 | 834 | \node[concept] (a) {w}; |
838 | -\node[relation, right=1cm of a] (b) {Poss}; | |
835 | +\node[relation, right=1cm of a] (b) {Loc}; | |
839 | 836 | \node[concept, right=1cm of b] (c) {\sg miasto}; |
840 | 837 | \node[relation, right=1cm of c] (d) {=}; |
841 | 838 | \node[concept, right=1cm of d] (e) {\sg ``Warszawa''}; |
842 | -\edge {a} {b}; | |
839 | +\edge [dashed]{b} {a}; | |
843 | 840 | \edge {b} {c}; |
844 | 841 | \edge {c} {d}; |
845 | 842 | \edge {d} {e}; |
... | ... | @@ -847,29 +844,29 @@ a {\it w mieście Warszawie}, zapiszemy jako |
847 | 844 | co możemy skrócić do |
848 | 845 | \[\begin{tikzpicture} |
849 | 846 | \node[concept] (a) {w}; |
850 | -\node[relation, right=1cm of a] (b) {Poss}; | |
847 | +\node[relation, right=1cm of a] (b) {Loc}; | |
851 | 848 | \node[concept, right=1cm of b] (c) {\sg miasto ``Warszawa''}; |
852 | -\edge {a} {b}; | |
849 | +\edge [dashed]{b} {a}; | |
853 | 850 | \edge {b} {c}; |
854 | 851 | \end{tikzpicture}\] |
855 | 852 | %{\it artysta malarz}% |
856 | 853 | Przydawka rzeczowna (wyrażona w mianowniku) nadaje nazwę swojemu nadrzędnikowi, np. {\it na ulicy Ruczaj}, zapiszemy jako |
857 | 854 | \[\begin{tikzpicture} |
858 | 855 | \node[concept] (a) {na}; |
859 | -\node[relation, right=1cm of a] (b) {Poss}; | |
856 | +\node[relation, right=1cm of a] (b) {Loc}; | |
860 | 857 | \node[concept, right=1cm of b] (c) {\sg ulica}; |
861 | 858 | \node[relation, right=1cm of c] (d) {=}; |
862 | 859 | \node[concept, right=1cm of d] (e) {\sg ``Ruczaj''}; |
863 | -\edge {a} {b}; | |
860 | +\edge [dashed]{b} {a}; | |
864 | 861 | \edge {b} {c}; |
865 | 862 | \edge {c} {d}; |
866 | 863 | \edge {d} {e}; |
867 | 864 | \end{tikzpicture}\] |
868 | 865 | \[\begin{tikzpicture} |
869 | 866 | \node[concept] (a) {na}; |
870 | -\node[relation, right=1cm of a] (b) {Poss}; | |
867 | +\node[relation, right=1cm of a] (b) {Loc}; | |
871 | 868 | \node[concept, right=1cm of b] (c) {\sg ulica ``Ruczaj''}; |
872 | -\edge {a} {b}; | |
869 | +\edge [dashed]{b} {a}; | |
873 | 870 | \edge {b} {c}; |
874 | 871 | \end{tikzpicture}\] |
875 | 872 | %opiekunka pani Gabrysia |
... | ... | @@ -957,29 +954,25 @@ Relacje Location Source (Loc Src), Location Goal (Loc Goal), Path informujÄ… o o |
957 | 954 | |
958 | 955 | \[\begin{tikzpicture} |
959 | 956 | \node[concept] (b) {jechać}; |
960 | -\node[relation, left=1cm of b] (a) {Pres}; | |
957 | +\node[relation, left=25mm of b] (a) {Pres}; | |
961 | 958 | \node[relation, right=10mm of b] (c) {Init}; |
962 | 959 | \node[concept, right=10mm of c] (d) {\sg pociÄ…g}; |
963 | 960 | \node[relation, above=5mm of b] (e) {Loc Src}; |
964 | -\node[concept, right=10mm of e] (f) {z}; | |
965 | -\node[relation, right=10mm of f] (g) {Poss}; | |
966 | -\node[concept, right=10mm of g] (h) {\sg miasto ''Poznań''}; | |
961 | +\node[concept, left=10mm of e] (f) {z}; | |
962 | +\node[concept, right=10mm of e] (h) {\sg miasto ''Poznań''}; | |
967 | 963 | \node[relation, below=5mm of b] (i) {Path}; |
968 | -\node[concept, right=10mm of i] (j) {przez}; | |
969 | -\node[relation, right=10mm of j] (k) {Poss}; | |
970 | -\node[concept, right=10mm of k] (l) {\sg miasto ''Warszawa''}; | |
971 | -\context{cx}{(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)(l)}{}; | |
964 | +\node[concept, left=10mm of i] (j) {przez}; | |
965 | +\node[concept, right=10mm of i] (l) {\sg miasto ''Warszawa''}; | |
966 | +\context{cx}{(b)(c)(d)(e)(f)(h)(i)(j)(l)}{}; | |
972 | 967 | \edge{b}{c}; |
973 | 968 | \edge{cx}{a}; |
974 | 969 | \edge{c}{d}; |
975 | 970 | \edge{b}{e}; |
976 | -\edge{e}{f}; | |
977 | -\edge{f}{g}; | |
978 | -\edge{g}{h}; | |
971 | +\edge[dashed]{e}{f}; | |
972 | +\edge{e}{h}; | |
979 | 973 | \edge{b}{i}; |
980 | -\edge{i}{j}; | |
981 | -\edge{j}{k}; | |
982 | -\edge{k}{l}; | |
974 | +\edge[dashed]{i}{j}; | |
975 | +\edge{i}{l}; | |
983 | 976 | \end{tikzpicture}\] |
984 | 977 | |
985 | 978 | % alternatywna wersja (sensem ``z'' jest ``w''): |
... | ... | @@ -1012,16 +1005,14 @@ Relacje Location Source (Loc Src), Location Goal (Loc Goal), Path informujÄ… o o |
1012 | 1005 | \node[relation, above=0.8cm of a] (d) {Pres}; |
1013 | 1006 | \node[relation, right=1cm of a] (e) {Loc}; |
1014 | 1007 | \node[concept, right=1cm of e] (f) {pod}; |
1015 | -\node[relation, right=1cm of f] (g) {Poss}; | |
1016 | -\node[concept, right=1cm of g] (h) {\sg stół}; | |
1017 | -\context{cx}{(a)(b)(c)(e)(f)(g)(h)}{}; | |
1008 | +\node[concept, below=5mm of e] (h) {\sg stół}; | |
1009 | +\context{cx}{(a)(b)(c)(e)(f)(h)}{}; | |
1018 | 1010 | \edge {a} {b}; |
1019 | 1011 | \edge {b} {c}; |
1020 | 1012 | \edge {cx} {d}; |
1021 | 1013 | \edge {a} {e}; |
1022 | -\edge {e} {f}; | |
1023 | -\edge {f} {g}; | |
1024 | -\edge {g} {h}; | |
1014 | +\edge [dashed]{e} {f}; | |
1015 | +\edge {e} {h}; | |
1025 | 1016 | \end{tikzpicture}\] |
1026 | 1017 | {\it Piłka jest pod stołem.} |
1027 | 1018 | \[\begin{tikzpicture} |
... | ... | @@ -1031,51 +1022,43 @@ Relacje Location Source (Loc Src), Location Goal (Loc Goal), Path informujÄ… o o |
1031 | 1022 | \node[relation, above=0.8cm of a] (d) {Pres}; |
1032 | 1023 | \node[relation, right=1cm of a] (e) {Loc}; |
1033 | 1024 | \node[concept, right=1cm of e] (f) {pod}; |
1034 | -\node[relation, right=1cm of f] (g) {Poss}; | |
1035 | -\node[concept, right=1cm of g] (h) {\sg stół}; | |
1036 | -\context{cx}{(a)(b)(c)(e)(f)(g)(h)}{}; | |
1025 | +\node[concept, below=5mm of e] (h) {\sg stół}; | |
1026 | +\context{cx}{(a)(b)(c)(e)(f)(h)}{}; | |
1037 | 1027 | \edge {a} {b}; |
1038 | 1028 | \edge {b} {c}; |
1039 | 1029 | \edge {cx} {d}; |
1040 | 1030 | \edge {a} {e}; |
1041 | -\edge {e} {f}; | |
1042 | -\edge {f} {g}; | |
1043 | -\edge {g} {h}; | |
1031 | +\edge [dashed]{e} {f}; | |
1032 | +\edge {e} {h}; | |
1044 | 1033 | \end{tikzpicture}\] |
1045 | 1034 | |
1046 | 1035 | Przyjmujemy że odpowiadające sobie przyimki lokatywne, ablatywne i adlatywne mają ten sam sens, np {\it pod stołem}, {\it spod stołu}, {\it pod stół}: |
1047 | 1036 | \[\begin{tikzpicture} |
1048 | 1037 | \node[virtualconcept] (a) {$\cdot$}; |
1049 | 1038 | \node[relation, right=1cm of a] (b) {Loc}; |
1050 | -\node[concept, right=1cm of b] (c) {pod}; | |
1051 | -\node[relation, right=10mm of c] (d) {Poss}; | |
1052 | -\node[concept, right=10mm of d] (e) {\sg stół}; | |
1039 | +\node[concept, below=5mm of b] (c) {pod}; | |
1040 | +\node[concept, right=10mm of b] (e) {\sg stół}; | |
1053 | 1041 | \edge{a}{b}; |
1054 | -\edge{b}{c}; | |
1055 | -\edge{c}{d}; | |
1056 | -\edge{d}{e}; | |
1042 | +\edge[dashed]{b}{c}; | |
1043 | +\edge{b}{e}; | |
1057 | 1044 | \end{tikzpicture}\] |
1058 | 1045 | \[\begin{tikzpicture} |
1059 | 1046 | \node[virtualconcept] (a) {$\cdot$}; |
1060 | 1047 | \node[relation, right=1cm of a] (b) {Loc Src}; |
1061 | -\node[concept, right=1cm of b] (c) {pod}; | |
1062 | -\node[relation, right=10mm of c] (d) {Poss}; | |
1063 | -\node[concept, right=10mm of d] (e) {\sg stół}; | |
1048 | +\node[concept, below=5mm of b] (c) {pod}; | |
1049 | +\node[concept, right=10mm of b] (e) {\sg stół}; | |
1064 | 1050 | \edge{a}{b}; |
1065 | -\edge{b}{c}; | |
1066 | -\edge{c}{d}; | |
1067 | -\edge{d}{e}; | |
1051 | +\edge[dashed]{b}{c}; | |
1052 | +\edge{b}{e}; | |
1068 | 1053 | \end{tikzpicture}\] |
1069 | 1054 | \[\begin{tikzpicture} |
1070 | 1055 | \node[virtualconcept] (a) {$\cdot$}; |
1071 | 1056 | \node[relation, right=1cm of a] (b) {Loc Goal}; |
1072 | -\node[concept, right=1cm of b] (c) {pod}; | |
1073 | -\node[relation, right=10mm of c] (d) {Poss}; | |
1074 | -\node[concept, right=10mm of d] (e) {\sg stół}; | |
1057 | +\node[concept, below=5mm of b] (c) {pod}; | |
1058 | +\node[concept, right=10mm of b] (e) {\sg stół}; | |
1075 | 1059 | \edge{a}{b}; |
1076 | -\edge{b}{c}; | |
1077 | -\edge{c}{d}; | |
1078 | -\edge{d}{e}; | |
1060 | +\edge[dashed]{b}{c}; | |
1061 | +\edge{b}{e}; | |
1079 | 1062 | \end{tikzpicture}\] |
1080 | 1063 | |
1081 | 1064 | W niektórych sytuacjach argument przyimka opisującego relację przestrzenną nie jest jawny i staje się on przysłówkiem |
... | ... | @@ -1087,17 +1070,15 @@ z argumentem okazjonalnym bądź koreferencyjnym, np: |
1087 | 1070 | \node[concept, left=1cm of ts] (s) {\sg \ind ja}; |
1088 | 1071 | \node[relation, above=0.8cm of t] (pr) {Pres}; |
1089 | 1072 | \node[relation, right=1cm of t] (tk) {Loc}; |
1090 | -\node[concept, right=1cm of tk] (k) {nieopodal}; | |
1091 | -\node[relation, right=1cm of k] (kl) {Poss}; | |
1092 | -\node[concept, right=1cm of kl] (l) {\sg fontanna}; | |
1093 | -\context{cx}{(t)(ts)(s)(tk)(k)(kl)(l)}{}; | |
1073 | +\node[concept, below=5mm of tk] (k) {nieopodal}; | |
1074 | +\node[concept, right=1cm of tk] (l) {\sg fontanna}; | |
1075 | +\context{cx}{(t)(ts)(s)(tk)(k)(l)}{}; | |
1094 | 1076 | \edge {t} {ts}; |
1095 | 1077 | \edge {cx} {pr}; |
1096 | 1078 | \edge {ts} {s}; |
1097 | 1079 | \edge {t} {tk}; |
1098 | -\edge {tk} {k}; | |
1099 | -\edge {k} {kl}; | |
1100 | -\edge {kl} {l}; | |
1080 | +\edge [dashed]{tk} {k}; | |
1081 | +\edge {tk} {l}; | |
1101 | 1082 | \end{tikzpicture}\] |
1102 | 1083 | \[\begin{tikzpicture} |
1103 | 1084 | \node[concept] (t) {mieszkać}; |
... | ... | @@ -1105,13 +1086,15 @@ z argumentem okazjonalnym bądź koreferencyjnym, np: |
1105 | 1086 | \node[concept, left=1cm of ts] (s) {\sg \ind ja}; |
1106 | 1087 | \node[relation, above=0.8cm of t] (pr) {Pres}; |
1107 | 1088 | \node[relation, right=1cm of t] (tk) {Loc}; |
1108 | -\node[concept, right=1cm of tk] (k) {\ind nieopodal}; | |
1109 | -\context{cx}{(t)(ts)(s)(tk)(k)}{}; | |
1089 | +\node[concept, below=5mm of tk] (k) {nieopodal}; | |
1090 | +\node[concept, right=1cm of tk] (l) {\ind pro}; | |
1091 | +\context{cx}{(t)(ts)(s)(tk)(k)(l)}{}; | |
1110 | 1092 | \edge {t} {ts}; |
1111 | 1093 | \edge {cx} {pr}; |
1112 | 1094 | \edge {ts} {s}; |
1113 | 1095 | \edge {t} {tk}; |
1114 | -\edge {tk} {k}; | |
1096 | +\edge [dashed]{tk} {k}; | |
1097 | +\edge {tk} {l}; | |
1115 | 1098 | \end{tikzpicture}\] |
1116 | 1099 | Przyjmujemy, że sens leksemu {\it nieopodal} jest identyczny w obu wypadkach. |
1117 | 1100 | Podobnie zachowują się: {\it obok, blisko, dookoła, naokoło, naprzeciw, opodal, wewnątrz, wokół, wzdłuż}. |
... | ... | @@ -1123,18 +1106,18 @@ którego podrzędnikiem jest koordynacja, np. {\it między stołem, krzesłem a |
1123 | 1106 | \node[concept, right=5mm of a] (b) {\sg krzesło}; |
1124 | 1107 | \node[concept, right=5mm of b] (c) {\sg pianino}; |
1125 | 1108 | \context{v}{(a)(b)(c)}{a}; |
1126 | -\node[relation, right=10mm of c] (d) {Poss}; | |
1109 | +\node[relation, right=10mm of c] (d) {Loc}; | |
1127 | 1110 | \node[concept, right=10mm of d] (e) {między}; |
1128 | 1111 | \edge{d}{v}; |
1129 | -\edge{e}{d}; | |
1112 | +\edge[dashed]{d}{e}; | |
1130 | 1113 | \end{tikzpicture}\] |
1131 | 1114 | {\it między fotelami} |
1132 | 1115 | \[\begin{tikzpicture} |
1133 | 1116 | \node[concept] (a) {\pl fotel}; |
1134 | -\node[relation, right=10mm of a] (d) {Poss}; | |
1117 | +\node[relation, right=10mm of a] (d) {Loc}; | |
1135 | 1118 | \node[concept, right=10mm of d] (e) {między}; |
1136 | 1119 | \edge{d}{a}; |
1137 | -\edge{e}{d}; | |
1120 | +\edge[dashed]{d}{e}; | |
1138 | 1121 | \end{tikzpicture}\] |
1139 | 1122 | %{\it Kot jest między stołem a fotelem} |
1140 | 1123 | %{\it Kot jest między fotelami} |
... | ... | @@ -1144,13 +1127,13 @@ Przyimki lokatywne mogą być modyfikowane, np. {\it dość głęboko w szafie}, |
1144 | 1127 | %TODO: czy tu na pewno powinna być relacja Manner |
1145 | 1128 | \[\begin{tikzpicture} |
1146 | 1129 | \node[concept] (t) {w}; |
1147 | -\node[relation, left=1cm of t] (ts) {Poss}; | |
1130 | +\node[relation, left=1cm of t] (ts) {Loc}; | |
1148 | 1131 | \node[concept, left=1cm of ts] (s) {\sg szafa}; |
1149 | 1132 | \node[relation, right=1cm of t] (a) {Manr}; |
1150 | 1133 | \node[concept, right=1cm of a] (b) {głęboko}; |
1151 | 1134 | \node[relation, right=1cm of b] (c) {Manr}; |
1152 | 1135 | \node[concept, right=1cm of c] (d) {dość}; |
1153 | -\edge {t} {ts}; | |
1136 | +\edge [dashed]{ts} {t}; | |
1154 | 1137 | \edge {ts} {s}; |
1155 | 1138 | \edge {t} {a}; |
1156 | 1139 | \edge {a} {b}; |
... | ... | @@ -1159,13 +1142,13 @@ Przyimki lokatywne mogą być modyfikowane, np. {\it dość głęboko w szafie}, |
1159 | 1142 | \end{tikzpicture}\] |
1160 | 1143 | \[\begin{tikzpicture} |
1161 | 1144 | \node[concept] (t) {od}; |
1162 | -\node[relation, left=1cm of t] (ts) {Poss}; | |
1145 | +\node[relation, left=1cm of t] (ts) {Loc}; | |
1163 | 1146 | \node[concept, left=1cm of ts] (s) {\sg dom}; |
1164 | 1147 | \node[relation, right=1cm of t] (a) {Manr}; |
1165 | 1148 | \node[concept, right=1cm of a] (b) {kilometr}; |
1166 | 1149 | \node[relation, right=1cm of b] (c) {Count}; |
1167 | 1150 | \node[concept, right=1cm of c] (d) {5}; |
1168 | -\edge {t} {ts}; | |
1151 | +\edge [dashed]{ts} {t}; | |
1169 | 1152 | \edge {ts} {s}; |
1170 | 1153 | \edge {t} {a}; |
1171 | 1154 | \edge {a} {b}; |
... | ... | @@ -1174,11 +1157,11 @@ Przyimki lokatywne mogą być modyfikowane, np. {\it dość głęboko w szafie}, |
1174 | 1157 | \end{tikzpicture}\] |
1175 | 1158 | \[\begin{tikzpicture} |
1176 | 1159 | \node[concept] (t) {po stronie}; |
1177 | -\node[relation, left=1cm of t] (ts) {Poss}; | |
1160 | +\node[relation, left=1cm of t] (ts) {Loc}; | |
1178 | 1161 | \node[concept, left=1cm of ts] (s) {\sg lustro}; |
1179 | 1162 | \node[relation, right=1cm of t] (a) {Manr}; |
1180 | 1163 | \node[concept, right=1cm of a] (b) {lewy}; |
1181 | -\edge {t} {ts}; | |
1164 | +\edge [dashed]{ts} {t}; | |
1182 | 1165 | \edge {ts} {s}; |
1183 | 1166 | \edge {t} {a}; |
1184 | 1167 | \edge {a} {b}; |
... | ... | @@ -1187,9 +1170,9 @@ Przyimki lokatywne mogą być modyfikowane, np. {\it dość głęboko w szafie}, |
1187 | 1170 | Przyimki mogą być też modyfikowane nieintersektywnie np. {\it prawie na rogu ulicy} |
1188 | 1171 | \[\begin{tikzpicture} |
1189 | 1172 | \node[concept] (t) {prawie(na rogu)}; |
1190 | -\node[relation, left=1cm of t] (ts) {Poss}; | |
1173 | +\node[relation, left=1cm of t] (ts) {Loc}; | |
1191 | 1174 | \node[concept, left=1cm of ts] (s) {\sg ulica}; |
1192 | -\edge {t} {ts}; | |
1175 | +\edge [dashed]{ts} {t}; | |
1193 | 1176 | \edge {ts} {s}; |
1194 | 1177 | \end{tikzpicture}\] |
1195 | 1178 | |
... | ... | @@ -1223,7 +1206,6 @@ Spójnik {\it gdy} w jednym ze swoich znaczeń bierze sytuację (zdarzenie) i ge |
1223 | 1206 | \node[relation, right=1cm of a] (d) {Past}; |
1224 | 1207 | \node[relation, below=0.5cm of a] (e) {Time}; |
1225 | 1208 | \node[concept, right=1cm of e] (f) {gdy}; |
1226 | -\node[relation, right=1cm of f] (g) {Poss}; | |
1227 | 1209 | \context{cx}{(a)(b)(c)}{}; |
1228 | 1210 | \node[concept, below=2.2cm of a] (h) {wpuścić}; |
1229 | 1211 | \node[relation, left=1cm of h] (i) {Init}; |
... | ... | @@ -1236,9 +1218,8 @@ Spójnik {\it gdy} w jednym ze swoich znaczeń bierze sytuację (zdarzenie) i ge |
1236 | 1218 | \edge {b} {c}; |
1237 | 1219 | \edge {cx} {d}; |
1238 | 1220 | \edge {cx} {e}; |
1239 | -\edge {e} {f}; | |
1240 | -\edge {f} {g}; | |
1241 | -\edge {g} {cy}; | |
1221 | +\edge [dashed]{e} {f}; | |
1222 | +\edge {e} {cy}; | |
1242 | 1223 | \edge {h} {i}; |
1243 | 1224 | \edge {i} {j}; |
1244 | 1225 | \edge {cy} {k}; |
... | ... | @@ -1292,15 +1273,14 @@ Może być ono wyrażone przez odsłownik, bądź rzeczownik, np: |
1292 | 1273 | \node[relation, below=0.8cm of c] (d) {Past}; |
1293 | 1274 | \node[relation, below=0.5cm of b] (e) {Time}; |
1294 | 1275 | \node[concept, right=1cm of e] (f) {po}; |
1295 | -\node[relation, right=1cm of f] (g) {Poss}; | |
1296 | 1276 | \node[relation, right=1cm of a] (l) {Loc}; |
1297 | 1277 | \node[concept, right=1cm of l] (m) {w}; |
1298 | -\node[relation, right=1cm of m] (n) {Poss}; | |
1278 | +%\node[relation, right=1cm of m] (n) {Poss}; | |
1299 | 1279 | \node[concept, right=1cm of n] (o) {\sg fabryka}; |
1300 | 1280 | \node[concept, below=2.5cm of c] (h) {powrót}; |
1301 | 1281 | \node[relation, right=1cm of h] (p) {Loc Src}; |
1302 | 1282 | \node[concept, right=1cm of p] (q) {z}; |
1303 | -\node[relation, right=1cm of q] (i) {Poss}; | |
1283 | +%\node[relation, right=1cm of q] (i) {Poss}; | |
1304 | 1284 | \node[concept, right=1cm of i] (j) {\sg zagranica}; |
1305 | 1285 | \context{cx}{(a)(b)(c)(m)(n)(o)}{}; |
1306 | 1286 | \context{cy}{(h)(i)(j)(p)(q)}{}; |
... | ... | @@ -1308,17 +1288,14 @@ Może być ono wyrażone przez odsłownik, bądź rzeczownik, np: |
1308 | 1288 | \edge {b} {c}; |
1309 | 1289 | \edge {cx} {d}; |
1310 | 1290 | \edge {cx} {e}; |
1311 | -\edge {e} {f}; | |
1312 | -\edge {f} {g}; | |
1313 | -\edge {g} {cy}; | |
1314 | -\edge {q} {i}; | |
1315 | -\edge {i} {j}; | |
1291 | +\edge [dashed]{e} {f}; | |
1292 | +\edge {e} {cy}; | |
1293 | +\edge {p} {j}; | |
1316 | 1294 | \edge {a} {l}; |
1317 | -\edge {l} {m}; | |
1318 | -\edge {m} {n}; | |
1319 | -\edge {n} {o}; | |
1295 | +\edge [dashed]{l} {m}; | |
1296 | +\edge {l} {o}; | |
1320 | 1297 | \edge {h} {p}; |
1321 | -\edge {p} {q}; | |
1298 | +\edge [dashed]{p} {q}; | |
1322 | 1299 | \end{tikzpicture}\] |
1323 | 1300 | |
1324 | 1301 | % \[\begin{tikzpicture} |
... | ... | @@ -1366,10 +1343,9 @@ Może być ono wyrażone przez odsłownik, bądź rzeczownik, np: |
1366 | 1343 | \node[relation, below=0.8cm of c] (d) {Past}; |
1367 | 1344 | \node[relation, below=0.5cm of b] (e) {Time}; |
1368 | 1345 | \node[concept, right=1cm of e] (f) {po}; |
1369 | -\node[relation, right=1cm of f] (g) {Poss}; | |
1370 | 1346 | \node[relation, right=1cm of a] (l) {Loc}; |
1371 | 1347 | \node[concept, right=1cm of l] (m) {na}; |
1372 | -\node[relation, right=1cm of m] (n) {Poss}; | |
1348 | +%\node[relation, right=1cm of m] (n) {Poss}; | |
1373 | 1349 | \node[concept, right=1cm of n] (o) {\sg poczta}; |
1374 | 1350 | \node[concept, below=1cm of f] (h) {ukończyć}; |
1375 | 1351 | \node[relation, left=1cm of h] (i) {Init}; |
... | ... | @@ -1383,16 +1359,14 @@ Może być ono wyrażone przez odsłownik, bądź rzeczownik, np: |
1383 | 1359 | \edge {b} {c}; |
1384 | 1360 | \edge {cx} {d}; |
1385 | 1361 | \edge {cx} {e}; |
1386 | -\edge {e} {f}; | |
1387 | -\edge {f} {g}; | |
1388 | -\edge {g} {cy}; | |
1362 | +\edge [dashed]{e} {f}; | |
1363 | +\edge {e} {cy}; | |
1389 | 1364 | \edge {h} {i}; |
1390 | 1365 | \edge {i} {j}; |
1391 | 1366 | \edge {cy} {k}; |
1392 | 1367 | \edge {a} {l}; |
1393 | -\edge {l} {m}; | |
1394 | -\edge {m} {n}; | |
1395 | -\edge {n} {o}; | |
1368 | +\edge [dashed]{l} {m}; | |
1369 | +\edge {l} {o}; | |
1396 | 1370 | \edge {h} {p}; |
1397 | 1371 | \edge {p} {q}; |
1398 | 1372 | \end{tikzpicture}\] |
... | ... | @@ -1616,7 +1590,7 @@ Np.: {\it Słońce ledwo wzeszło}, {\it Ledwo zabrał się do pracy, zadzwonił |
1616 | 1590 | \node[concept, right=1cm of g] (k) {\sg telefon}; |
1617 | 1591 | \context{cx}{(a)(b)(c)(e)(f)}{}; |
1618 | 1592 | \context{cy}{(h)(g)(k)}{}; |
1619 | -\node[relation, below=0.8cm of b] (p) {Poss}; | |
1593 | +%\node[relation, below=0.8cm of b] (p) {Poss}; | |
1620 | 1594 | \node[concept, right=1cm of p] (q) {ledwo}; |
1621 | 1595 | \node[relation, right=1cm of q] (r) {Time}; |
1622 | 1596 | \node[relation, left=1cm of h] (l) {Past}; |
... | ... | @@ -1627,10 +1601,9 @@ Np.: {\it Słońce ledwo wzeszło}, {\it Ledwo zabrał się do pracy, zadzwonił |
1627 | 1601 | \edge {e} {f}; |
1628 | 1602 | \edge {g} {k}; |
1629 | 1603 | \edge {h} {g}; |
1630 | -\edge {p} {cx}; | |
1631 | -\edge {q} {p}; | |
1604 | +\edge {r} {cx}; | |
1632 | 1605 | \edge {cy} {r}; |
1633 | -\edge {r} {q}; | |
1606 | +\edge [dashed]{r} {q}; | |
1634 | 1607 | \edge {cy} {l}; |
1635 | 1608 | \end{tikzpicture}\] |
1636 | 1609 | |
... | ... | @@ -1704,15 +1677,14 @@ przynależnością do roku o numerze 2016. Zatem zdanie {\it Urodził się 16 gr |
1704 | 1677 | \context{cx}{(a)(b)(c)}{}; |
1705 | 1678 | \node[relation, below=0.8cm of c] (e) {Time}; |
1706 | 1679 | \node[concept, right=1cm of e] (f) {do}; |
1707 | -\node[relation, right=1cm of f] (g) {Poss}; | |
1680 | +%\node[relation, right=1cm of f] (g) {Poss}; | |
1708 | 1681 | \node[concept, right=1cm of g] (h) {\sg dzień tygodnia ``wtorek''}; |
1709 | 1682 | \edge {a} {b}; |
1710 | 1683 | \edge {b} {c}; |
1711 | 1684 | \edge {cx} {d}; |
1712 | 1685 | \edge {cx} {e}; |
1713 | -\edge {e} {f}; | |
1714 | -\edge {f} {g}; | |
1715 | -\edge {g} {h}; | |
1686 | +\edge [dashed]{e} {f}; | |
1687 | +\edge {e} {h}; | |
1716 | 1688 | \end{tikzpicture}\] |
1717 | 1689 | {\it Obudził się o 12:21.} |
1718 | 1690 | \[\begin{tikzpicture} |
... | ... | @@ -1775,24 +1747,22 @@ przynależnością do roku o numerze 2016. Zatem zdanie {\it Urodził się 16 gr |
1775 | 1747 | \node[relation, below=0.8cm of a] (d) {Past}; |
1776 | 1748 | \node[relation, right=1cm of a] (e) {Loc}; |
1777 | 1749 | \node[concept, right=1cm of e] (f) {w}; |
1778 | -\node[relation, right=1cm of f] (i) {Poss}; | |
1750 | +%\node[relation, right=1cm of f] (i) {Poss}; | |
1779 | 1751 | \node[concept, right=1cm of i] (j) {\sg kraj ``Nigeria''}; |
1780 | 1752 | \context{cx}{(a)(b)(c)(e)(f)(i)(j)}{}; |
1781 | 1753 | \node[relation, below=0.8cm of e] (p) {Dur}; |
1782 | 1754 | \node[concept, right=1cm of p] (q) {przez}; |
1783 | -\node[relation, right=1cm of q] (r) {Poss}; | |
1755 | +%\node[relation, right=1cm of q] (r) {Poss}; | |
1784 | 1756 | \node[concept, right=1cm of r] (s) {\sg zima}; |
1785 | 1757 | \edge {a} {b}; |
1786 | 1758 | \edge {b} {c}; |
1787 | 1759 | \edge {cx} {d}; |
1788 | 1760 | \edge {a} {e}; |
1789 | -\edge {e} {f}; | |
1790 | -\edge {f} {i}; | |
1791 | -\edge {i} {j}; | |
1761 | +\edge [dashed]{e} {f}; | |
1762 | +\edge {e} {j}; | |
1792 | 1763 | \edge {cx} {p}; |
1793 | -\edge {p} {q}; | |
1794 | -\edge {q} {r}; | |
1795 | -\edge {r} {s}; | |
1764 | +\edge [dashed]{p} {q}; | |
1765 | +\edge {p} {s}; | |
1796 | 1766 | \end{tikzpicture}\] |
1797 | 1767 | %TODO: umowa z dnia 7 grudnia 2016 |
1798 | 1768 | |
... | ... | @@ -1835,23 +1805,21 @@ np.: {\it książka na temat grzybów}, {\it książka o grzybach}: |
1835 | 1805 | \node[concept] (a) {\sg książka}; |
1836 | 1806 | \node[relation, right=1cm of a] (b) {Attr}; |
1837 | 1807 | \node[concept, right=1cm of b] (c) {na temat}; |
1838 | -\node[relation, right=1cm of c] (d) {Poss}; | |
1808 | +%\node[relation, right=1cm of c] (d) {Poss}; | |
1839 | 1809 | \node[concept, right=1cm of d] (e) {\pl grzyb}; |
1840 | 1810 | \edge {a} {b}; |
1841 | -\edge {b} {c}; | |
1842 | -\edge {c} {d}; | |
1843 | -\edge {d} {e}; | |
1811 | +\edge [dashed]{b} {c}; | |
1812 | +\edge {b} {e}; | |
1844 | 1813 | \end{tikzpicture}\] |
1845 | 1814 | \[\begin{tikzpicture} |
1846 | 1815 | \node[concept] (a) {\sg książka}; |
1847 | 1816 | \node[relation, right=1cm of a] (b) {Attr}; |
1848 | 1817 | \node[concept, right=1cm of b] (c) {o}; |
1849 | -\node[relation, right=1cm of c] (d) {Poss}; | |
1818 | +%\node[relation, right=1cm of c] (d) {Poss}; | |
1850 | 1819 | \node[concept, right=1cm of d] (e) {\pl grzyb}; |
1851 | 1820 | \edge {a} {b}; |
1852 | -\edge {b} {c}; | |
1853 | -\edge {c} {d}; | |
1854 | -\edge {d} {e}; | |
1821 | +\edge [dashed]{b} {c}; | |
1822 | +\edge {b} {e}; | |
1855 | 1823 | \end{tikzpicture}\] |
1856 | 1824 | {\it na temat} jest przyimkiem złożonym traktowanym jako pojedyncza jednostka leksykalna, |
1857 | 1825 | natomiast {\it o} w znaczeniu użytym w powyższym przykładzie jest jego synonimem. |
... | ... | @@ -1929,17 +1897,16 @@ np. {\it Słoń jest różowy}, {\it Książka jest o grzybach.} |
1929 | 1897 | \node[concept, below=0.5cm of e] (f) {\sg książka}; |
1930 | 1898 | \node[relation, below=0.5cm of a] (g) {Thme}; |
1931 | 1899 | \node[concept, right=1cm of e] (h) {o}; |
1932 | -\node[relation, right=1cm of h] (i) {Poss}; | |
1900 | +%\node[relation, right=1cm of h] (i) {Poss}; | |
1933 | 1901 | \node[concept, right=1cm of i] (j) {\pl grzyb}; |
1934 | 1902 | \context{cx}{(a)(e)(f)(g)(h)(i)(j)}{}; |
1935 | 1903 | \edge {cx} {d}; |
1936 | 1904 | \edge[dashed] {a} {e}; |
1937 | 1905 | \edge {f} {e}; |
1938 | 1906 | \edge {a} {g}; |
1939 | -\edge {e} {h}; | |
1907 | +\edge [dashed]{e} {h}; | |
1940 | 1908 | \edge {g} {f}; |
1941 | -\edge {h} {i}; | |
1942 | -\edge {i} {j}; | |
1909 | +\edge {e} {j}; | |
1943 | 1910 | \end{tikzpicture}\] |
1944 | 1911 | |
1945 | 1912 | %TODO: Modyfikatory stanowiące cechę zbioru obiektów: |
... | ... |