Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WCCL
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
WCCL
Commits
37c0e455
Commit
37c0e455
authored
13 years ago
by
Bartosz Broda
Browse files
Options
Downloads
Patches
Plain Diff
new mwe xml format
parent
1423fa8d
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libmwereader/test_mwe.xml
+19
-22
19 additions, 22 deletions
libmwereader/test_mwe.xml
with
19 additions
and
22 deletions
libmwereader/test_mwe.xml
+
19
−
22
View file @
37c0e455
<?xml version='1.0' encoding='utf-8'?>
<units_description
tagset=
'kipi'
>
<macros>
<m>
<name>
SubstSubstFix
</name>
<var>
S1,S2
</var>
<con>
and(
inter(base[0],$s:S1),
inter(class[0],{subst,ger,depr}),
inter(base[1],$s:S2),
inter(class[1],{subst,ger,depr}),
inter(cas[0], cas[1])
)
</con>
</m>
</macros>
<LU>
<LUbase>
Jan Paweł
</LUbase>
<t>
fix
</t>
<pat>
#SubstGenSubstFix("jan","paweł")
</pat>
<h>
inter(cas[$H], {nom})
</h>
<class>
subst
</class>
</LU>
<mwegroup
name=
"SubstSubstFix"
type=
"fix"
class=
"subst"
>
<condition>
and(
inter(base[0],$s:Subst1),
inter(class[0],{subst,ger,depr}),
inter(base[1],$s:Subst2),
inter(class[1],{subst,ger,depr}),
inter(cas[0], cas[1])
)
</condition>
<instances>
<MWE
base=
"Jan Paweł"
>
<var
name=
"Subst1"
>
jan
</var>
<var
name=
"Subst2"
>
paweł
</var>
<head>
inter(cas[0], {nom})
</head>
</MWE>
</instances>
</mwegroup>
</units_description>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment