From a81f25febe2b497be2eaac65811a7476a3e82b66 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 6 Apr 2017 15:39:49 +0000 Subject: [PATCH] added concrete labels to Eng and Swe ; renamed uddeps.labels to Lang.labels for uniformity (these work also for ResourceDemo and Translate, however) --- lib/src/{uddeps.labels => Lang.labels} | 0 lib/src/english/LangEng.labels | 7 +++++++ lib/src/swedish/LangSwe.labels | 6 ++++++ 3 files changed, 13 insertions(+) rename lib/src/{uddeps.labels => Lang.labels} (100%) create mode 100644 lib/src/english/LangEng.labels create mode 100644 lib/src/swedish/LangSwe.labels diff --git a/lib/src/uddeps.labels b/lib/src/Lang.labels similarity index 100% rename from lib/src/uddeps.labels rename to lib/src/Lang.labels diff --git a/lib/src/english/LangEng.labels b/lib/src/english/LangEng.labels new file mode 100644 index 000000000..42e08abf4 --- /dev/null +++ b/lib/src/english/LangEng.labels @@ -0,0 +1,7 @@ +* {"not"} PART neg head +* {"has","had","have","will","would","do","does","did"} AUX aux head +UseComp {"is","are","am","was","been","be"} VERB cop head +CompCN {"a","an"} DET det head +ComplVV {"to"} PART mark xcomp + + diff --git a/lib/src/swedish/LangSwe.labels b/lib/src/swedish/LangSwe.labels new file mode 100644 index 000000000..ef319c509 --- /dev/null +++ b/lib/src/swedish/LangSwe.labels @@ -0,0 +1,6 @@ +* {"inte"} PART neg head +* {"ha","hade","har","ska","skulle"} AUX aux head +* {"kan","kunde","kunnat","måste"} AUX aux head +UseComp {"är","var","varit"} VERB cop head +CompCN {"en","ett"} DET det head +ComplVV {"att"} PART mark xcomp