Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
mark v0.2 for arXMLiv 08.2018 dataset work
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Sep 24, 2018
1 parent e41567b commit 4078fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llamapun"
version = "0.1.0"
version = "0.2.0"
authors = ["Deyan Ginev <[email protected]>", "Jan Frederik Schaefer <[email protected]>"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The **llamapun** library hosts common _language and mathematics processing_ algo
[![Build Status](https://secure.travis-ci.org/KWARC/llamapun.png?branch=master)](http://travis-ci.org/KWARC/llamapun)
[![API Documentation](https://img.shields.io/badge/docs-API-blue.svg)](http://kwarc.github.io/llamapun/llamapun/index.html)
[![license](http://img.shields.io/badge/license-GPLv3-blue.svg)](https://raw.githubusercontent.com/KWARC/llamapun/master/LICENSE)
![version](https://img.shields.io/badge/version-0.1-orange.svg)
![version](https://img.shields.io/badge/version-0.2.0-orange.svg)
---
At its core, **llamapun** is a [Rust](http://rust-lang.org/) implementation that aims at minimal footprint and optimal runtime, in order to safely scale to corpora of millions of documents and tens of billions ot tokens.

Expand Down

0 comments on commit 4078fc2

Please sign in to comment.