Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bibliome
pesv-tm
Commits
3da633a3
Commit
3da633a3
authored
Sep 10, 2020
by
Robert Bossy
Browse files
desactivation definitive du parsing
parent
b39ce478
Changes
1
Hide whitespace changes
Inline
Side-by-side
plans/syntax.plan
View file @
3da633a3
...
...
@@ -14,31 +14,6 @@
</segmentation>
<!-- Syntactic analysis -->
<syntax>
<active>
@inhibit-syntax != "inhibit-syntax"
</active>
<!-- Use CCGPOS tagger for the POS tags -->
<ccg_pos
class=
"CCGPosTagger"
>
<!-- executable>/projet/mig/save/textemig/projet-work/software/install/CCG/bin/pos</executable -->
<model>
softwares/CCG/models/pos_bio-1.00
</model>
</ccg_pos>
<!-- Syntactic Parsing -->
<ccg
class=
"CCGParser"
>
<sectionFilter>
@name != "author"
</sectionFilter>
<!--executable>/projet/mig/save/textemig/projet-work/software/install/CCG/bin/parser</executable-->
<parserModel>
softwares/CCG/models/parser
</parserModel>
<superModel>
softwares/CCG/models/super_bio-1.00
</superModel>
<!--<param name="relationName" value="ccg_dependencies"/>-->
<!-- CCG (value=false) or AG (value=true) -->
<maxRuns>
10
</maxRuns>
<lpTransformation>
true
</lpTransformation>
</ccg>
</syntax>
</alvisnlp-plan>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment