Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
deep-sequoia
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
41
Issues
41
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
sequoia
deep-sequoia
Commits
36c77829
Commit
36c77829
authored
Nov 15, 2017
by
Bruno Guillaume
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Makefile for projections
parent
2c120c3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
Makefile
Makefile
+18
-0
No files found.
Makefile
0 → 100644
View file @
36c77829
self_doc
:
@
echo
"make update --> Rebuild sequoia.surf.conll and sequoia.deep.conll"
@
echo
"make clean --> Remove automatically built files"
@
echo
"make mwe --> List and count MWE in Sequoia"
update
:
grew
-det
-grs
tools/sequoia_proj.grs
-seq
surf
-i
trunk/sequoia.deep_and_surf.conll
-f
trunk/sequoia.surf.conll
grew
-det
-grs
tools/sequoia_proj.grs
-seq
deep
-i
trunk/sequoia.deep_and_surf.conll
-f
trunk/sequoia.deep.conll
clean
:
rm
-f
trunk/sequoia.surf.conll trunk/sequoia.deep.conll
mwe
:
grep
mwelemma trunk/sequoia.surf.conll |
cut
-f
6 |
sed
"s/mwelemma/%mwelemma/"
|
tr
'%'
'\n'
|
grep
mwelemma |
cut
-f
1
-d
"|"
|
sed
"s/mwelemma=//"
|
sort
|
uniq
-c
|
sort
-r
talc2
:
scp tools/sequoia_proj.grs tools/sequoia_decl.dom
${stalc2}
/resources
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