Toggle navigation
Toggle navigation
This project
Loading...
Sign in
larisa
/
gene-disease-embeddings
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Larisa Morales Soto
2018-03-28 23:04:44 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b3e1f10cda4cef346ae5f38e985dd5304e163d9b
b3e1f10c
1 parent
1d3ffc98
files
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/commands.sh
scripts/commands.sh
View file @
b3e1f10
# Retrieve titles
grep -E
"
\|
t
\|
"
../corpora/sentences.txt | perl -ne
'if(/(\d+\|t\|)(.*)/){print "$2\n"}'
> ../corpora/abstracts-titles.txt
grep -E
"
\|
t
\|
"
../corpora/
full-
sentences.txt | perl -ne
'if(/(\d+\|t\|)(.*)/){print "$2\n"}'
> ../corpora/abstracts-titles.txt
# Run wisse
...
...
Please
register
or
login
to post a comment