Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cclutils
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Redmine
Redmine
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
Arkadiusz Janz
cclutils
Commits
020f9ee1
Commit
020f9ee1
authored
May 22, 2020
by
Arkadiusz Janz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
921166d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
README.md
README.md
+12
-0
No files found.
README.md
View file @
020f9ee1
...
...
@@ -3,6 +3,18 @@
A convenient API based on Corpus2 library for reading, writing, and processing
textual corpora represented as CCL (XML) documents.
###### Requirements
python3.6, corpus2
To install Corpus2 you have to add new source for APT:
```
bash
wget
-q
-O
- http://apt.clarin-pl.eu/KEY.gpg | apt-key add -
echo
'deb https://apt.clarin-pl.eu/ /'
>
/etc/apt/sources.list.d/clarin.list
apt-get update
&&
apt-get
install
corpus2-python3.6
```
Install
=======
...
...
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