Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
summarize
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
summarize
Commits
34626b58
Commit
34626b58
authored
Nov 16, 2021
by
szymekc
Browse files
Options
Downloads
Patches
Plain Diff
added crf++, license
parent
56f5b9f0
No related branches found
No related tags found
1 merge request
!3
added crf++, license
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CRF++-0.58.tar.gz
+0
-0
0 additions, 0 deletions
CRF++-0.58.tar.gz
Dockerfile
+3
-2
3 additions, 2 deletions
Dockerfile
README.md
+7
-0
7 additions, 0 deletions
README.md
with
10 additions
and
2 deletions
CRF++-0.58.tar.gz
0 → 100644
+
0
−
0
View file @
34626b58
File added
This diff is collapsed.
Click to expand it.
Dockerfile
+
3
−
2
View file @
34626b58
...
...
@@ -13,7 +13,8 @@ RUN apt-get update && apt-get install -y \
expat
WORKDIR
/home/deps
RUN
wget https://minio.clarin-pl.eu/public/share/CRF++-0.58.tar.gz
&&
tar
-xzf
CRF++-0.58.tar.gz
COPY
./CRF++-0.58.tar.gz .
RUN
tar
-xzf
CRF++-0.58.tar.gz
RUN
cd
CRF++-0.58/python
&&
python setup.py build
&&
python setup.py
install
&&
cd
/home/deps
RUN
git clone https://github.com/juzefwt/mead-pl.git mead
&&
mv
mead /usr/local/share
RUN
cpan App::cpanminus
...
...
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
7
−
0
View file @
34626b58
## Acknowledgements
### CRF++
CRF++ is copyrighted free software by Taku Kudo
<taku@chasen.org>
,
and is released under any of the LGPL or the
BSD License.
https://taku910.github.io/crfpp/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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