Update
Browse filesSigned-off-by: Michael_Xu <yaowen_contact@163.com>
- .gitattributes +2 -0
- app.py +2 -2
- data/eng/1.0/constructions.ffr +3 -0
- data/eng/1.1/constructions.ffr +3 -0
.gitattributes
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
# This file is used to manage Git LFS (Large File Storage) for specific files in the repository.
|
| 2 |
data/eng/1.0/learner_examplar_1.0.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 3 |
data/eng/1.1/learner_examplar_1.1.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 1 |
# This file is used to manage Git LFS (Large File Storage) for specific files in the repository.
|
| 2 |
data/eng/1.0/learner_examplar_1.0.json filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
data/eng/1.0/constructions.ffr filter=lfs diff=lfs merge=lfs -text
|
| 4 |
data/eng/1.1/learner_examplar_1.1.json filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
data/eng/1.1/constructions.ffr filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -32,8 +32,8 @@ config = Config(DefaultConfigs.eng)
|
|
| 32 |
config.experiment.log_path = cache_dir / "cxg.log"
|
| 33 |
logger = init_logger(config)
|
| 34 |
|
| 35 |
-
parser_1_0 = Parser(config=config,
|
| 36 |
-
parser_1_1 = Parser(config=config,
|
| 37 |
|
| 38 |
examplars_1_0 = json.load(open("data/eng/1.0/learner_examplar_1.0.json", "r", encoding="utf-8"))
|
| 39 |
examplars_1_1 = json.load(open("data/eng/1.1/learner_examplar_1.1.json", "r", encoding="utf-8"))
|
|
|
|
| 32 |
config.experiment.log_path = cache_dir / "cxg.log"
|
| 33 |
logger = init_logger(config)
|
| 34 |
|
| 35 |
+
parser_1_0 = Parser(config=config, logger=logger, name_or_path="data/eng/1.0")
|
| 36 |
+
parser_1_1 = Parser(config=config, logger=logger, name_or_path="data/eng/1.1")
|
| 37 |
|
| 38 |
examplars_1_0 = json.load(open("data/eng/1.0/learner_examplar_1.0.json", "r", encoding="utf-8"))
|
| 39 |
examplars_1_1 = json.load(open("data/eng/1.1/learner_examplar_1.1.json", "r", encoding="utf-8"))
|
data/eng/1.0/constructions.ffr
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69063f0f950d0a9fd3bb63ae8fbd3bef7fa3be8502f741801edaa1be5e02e29e
|
| 3 |
+
size 660495
|
data/eng/1.1/constructions.ffr
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f93a4db434d1e17839c7b01ca682770ebc9d3add482f545098bf3f2d2384f1f
|
| 3 |
+
size 682027
|