Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nlp-gate-generic-component
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INB
T
Text Mining
Generic Tools
nlp-gate-generic-component
Commits
6438e8ab
Commit
6438e8ab
authored
Mar 03, 2020
by
jcorvi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add cd ci files, readmes and more
parent
9d0b7420
Pipeline
#2674
failed with stage
in 1 minute and 39 seconds
Changes
5
Pipelines
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
700 additions
and
3 deletions
+700
-3
.gitlab-ci.yml
.gitlab-ci.yml
+15
-0
CHANGELOG
CHANGELOG
+5
-1
Dockerfile
Dockerfile
+0
-2
LICENSE.txt
LICENSE.txt
+674
-0
README.md
README.md
+6
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
6438e8ab
variables
:
DOCKER_USER
:
javicorvi
DOCKER_BUILD
:
$DOCKER_USER/$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME
stages
:
-
build
build_docker_image
:
stage
:
build
only
:
-
tags
script
:
-
docker login -u javicorvi -p $DOCKER_PASS
-
docker build -t $DOCKER_BUILD .
-
docker push $DOCKER_BUILD
tags
:
-
build
\ No newline at end of file
CHANGELOG
View file @
6438e8ab
Initial Version of the Project.
\ No newline at end of file
# Change Log
## Version 1.0, 2020-03-03
First version of the component.
\ No newline at end of file
Dockerfile
View file @
6438e8ab
...
...
@@ -4,8 +4,6 @@ WORKDIR /usr/local/share/dictionary_annotation
ARG
DICT_TAGGER_VERSION=1.0
COPY
docker-build.sh /usr/local/bin/docker-build.sh
COPY
src src
COPY
jape_rules jape_rules
COPY
dictionaries dictionaries
COPY
pom.xml .
RUN
mkdir
logs
...
...
LICENSE.txt
0 → 100644
View file @
6438e8ab
This diff is collapsed.
Click to expand it.
README.md
View file @
6438e8ab
...
...
@@ -17,6 +17,12 @@ https://gate.ac.uk/sale/thakker-jape-tutorial/GATE%20JAPE%20manual.pdf
This library is very useful if you need to execute gazeteers lookup and JAPE rules in batch mode, inside a Nextflow pipeline for example.
## Actual Version: 1.0, 2020-03-04
## [Changelog](https://gitlab.bsc.es/inb/text-mining/generic-tools/import-json-to-mongo/blob/master/CHANGELOG)
## Docker
javicorvi/import-json-to-mongo
## Build and Run the Docker
# To build the docker, just go into the nlp-gate-generic-component folder and execute
...
...
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