Upload 8 files
Browse files- .gitattributes +4 -0
- MaltEval.jar +3 -0
- langModel.mco +3 -0
- lib/liblinear-1.8.jar +0 -0
- lib/libsvm.jar +0 -0
- lib/log4j.jar +3 -0
- malt-features.xml +39 -0
- malt-options.xml +27 -0
- malt.jar +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,7 @@ universal_dependency_parser/langModel.mco filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
universal_dependency_parser/lib/log4j.jar filter=lfs diff=lfs merge=lfs -text
|
| 38 |
universal_dependency_parser/malt.jar filter=lfs diff=lfs merge=lfs -text
|
| 39 |
universal_dependency_parser/MaltEval.jar filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
universal_dependency_parser/lib/log4j.jar filter=lfs diff=lfs merge=lfs -text
|
| 38 |
universal_dependency_parser/malt.jar filter=lfs diff=lfs merge=lfs -text
|
| 39 |
universal_dependency_parser/MaltEval.jar filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
langModel.mco filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
lib/log4j.jar filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
malt.jar filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
MaltEval.jar filter=lfs diff=lfs merge=lfs -text
|
MaltEval.jar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0179aca5b7c25f40c114404872306c3a408f9e0c051e34df40c426a04668bd7
|
| 3 |
+
size 275516
|
langModel.mco
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f71b1e40f50b2ed16a744948af28fbe22c0e6ad652a0f036c5acb3d3985164d
|
| 3 |
+
size 13394686
|
lib/liblinear-1.8.jar
ADDED
|
Binary file (52.7 kB). View file
|
|
|
lib/libsvm.jar
ADDED
|
Binary file (49.8 kB). View file
|
|
|
lib/log4j.jar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3bff9ab64a09b1ac2800f3b5fb1e3d99728064acb6dd3924938507638a404fb
|
| 3 |
+
size 367444
|
malt-features.xml
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<featuremodels>
|
| 3 |
+
<featuremodel name="covnonproj">
|
| 4 |
+
<feature>InputColumn(POSTAG, Left[0])</feature>
|
| 5 |
+
<feature>InputColumn(POSTAG, Right[0])</feature>
|
| 6 |
+
<feature>InputColumn(POSTAG, Right[1])</feature>
|
| 7 |
+
<feature>InputColumn(POSTAG, Right[2])</feature>
|
| 8 |
+
<feature>InputColumn(POSTAG, Right[3])</feature>
|
| 9 |
+
<feature>InputColumn(POSTAG, Left[1])</feature>
|
| 10 |
+
<feature>InputColumn(POSTAG, LeftContext[0])</feature>
|
| 11 |
+
<feature>InputColumn(POSTAG, RightContext[0])</feature>
|
| 12 |
+
<feature>Merge(InputColumn(POSTAG, Left[0]), InputColumn(POSTAG, Right[0]))</feature>
|
| 13 |
+
<feature>Merge3(InputColumn(POSTAG, Left[1]), InputColumn(POSTAG, Left[0]), InputColumn(POSTAG, Right[0]))</feature>
|
| 14 |
+
<feature>Merge3(InputColumn(POSTAG, Left[0]), InputColumn(POSTAG, Right[0]), InputColumn(POSTAG, Right[1]))</feature>
|
| 15 |
+
<feature>Merge3(InputColumn(POSTAG, Right[0]), InputColumn(POSTAG, Right[1]), InputColumn(POSTAG, Right[2]))</feature>
|
| 16 |
+
<feature>Merge3(InputColumn(POSTAG, Right[1]), InputColumn(POSTAG, Right[2]), InputColumn(POSTAG, Right[3]))</feature>
|
| 17 |
+
<feature>OutputColumn(DEPREL, Left[0])</feature>
|
| 18 |
+
<feature>OutputColumn(DEPREL, ldep(Left[0]))</feature>
|
| 19 |
+
<feature>OutputColumn(DEPREL, rdep(Left[0]))</feature>
|
| 20 |
+
<feature>OutputColumn(DEPREL, ldep(Right[0]))</feature>
|
| 21 |
+
<feature>OutputColumn(DEPREL, Right[0])</feature>
|
| 22 |
+
<feature>Merge3(InputColumn(POSTAG, Left[0]), OutputColumn(DEPREL, ldep(Left[0])), OutputColumn(DEPREL, rdep(Left[0])))</feature>
|
| 23 |
+
<feature>Merge(InputColumn(POSTAG, Left[0]), OutputColumn(DEPREL, Left[0]))</feature>
|
| 24 |
+
<feature>Merge(InputColumn(POSTAG, Right[0]), OutputColumn(DEPREL, ldep(Right[0])))</feature>
|
| 25 |
+
<feature>Merge(InputColumn(POSTAG, Right[0]), OutputColumn(DEPREL, Right[0]))</feature>
|
| 26 |
+
<feature>InputColumn(FORM, Left[0])</feature>
|
| 27 |
+
<feature>InputColumn(FORM, Right[0])</feature>
|
| 28 |
+
<feature>Merge(InputColumn(POSTAG, Left[0]), InputColumn(FORM, Right[0]))</feature>
|
| 29 |
+
<feature>Merge(InputColumn(POSTAG, Right[0]), InputColumn(FORM, Right[0]))</feature>
|
| 30 |
+
<feature>InputColumn(FORM, Right[1])</feature>
|
| 31 |
+
<feature>InputColumn(FORM, head(Left[0]))</feature>
|
| 32 |
+
<feature>InputColumn(LEMMA, Right[0])</feature>
|
| 33 |
+
<feature>InputColumn(LEMMA, Right[1])</feature>
|
| 34 |
+
<feature>InputColumn(LEMMA, Right[2])</feature>
|
| 35 |
+
<feature>InputColumn(LEMMA, Left[0])</feature>
|
| 36 |
+
<feature>InputColumn(LEMMA, Left[1])</feature>
|
| 37 |
+
<feature>InputColumn(LEMMA, Left[2])</feature>
|
| 38 |
+
</featuremodel>
|
| 39 |
+
</featuremodels>
|
malt-options.xml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<experiment>
|
| 3 |
+
<optioncontainer>
|
| 4 |
+
<optiongroup groupname="config">
|
| 5 |
+
<option name="name" value="langModel"/>
|
| 6 |
+
<option name="flowchart" value="learn"/>
|
| 7 |
+
</optiongroup>
|
| 8 |
+
<optiongroup groupname="singlemalt">
|
| 9 |
+
<option name="parsing_algorithm" value="covnonproj"/>
|
| 10 |
+
</optiongroup>
|
| 11 |
+
<optiongroup groupname="input">
|
| 12 |
+
<option name="infile" value="train.conll"/>
|
| 13 |
+
</optiongroup>
|
| 14 |
+
<optiongroup groupname="graph">
|
| 15 |
+
<option name="root_label" value="ROOT"/>
|
| 16 |
+
</optiongroup>
|
| 17 |
+
<optiongroup groupname="pproj">
|
| 18 |
+
<option name="covered_root" value="none"/>
|
| 19 |
+
</optiongroup>
|
| 20 |
+
<optiongroup groupname="lib">
|
| 21 |
+
<option name="options" value="-s_4_-c_0.1"/>
|
| 22 |
+
</optiongroup>
|
| 23 |
+
<optiongroup groupname="guide">
|
| 24 |
+
<option name="learner" value="liblinear"/>
|
| 25 |
+
</optiongroup>
|
| 26 |
+
</optioncontainer>
|
| 27 |
+
</experiment>
|
malt.jar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:043fa52480f27b817326231e1a0cfa67e9bd47341b371436f74c4fb7194f70af
|
| 3 |
+
size 851330
|