Skip to content

Commit a3662e9

Browse files
committed
minor
1 parent 9f46ae2 commit a3662e9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8)
1+
cmake_minimum_required(VERSION 3.5)
22
project(TONGRAMS)
33

44
if(CMAKE_BUILD_TYPE MATCHES Debug)

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/jermp/tongrams.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/jermp/tongrams/context:cpp)
2-
31
Tongrams - Tons of *N*-Grams
42
==============================
53

@@ -245,4 +243,4 @@ Authors
245243
Bibliography
246244
------------
247245
* [1] Giulio Ermanno Pibiri and Rossano Venturini *Efficient Data Structures for Massive N-Gram Datasets*. In the Proceedings of the 40-th ACM Conference on Research and Development in Information Retrieval (SIGIR 2017): 615-624.
248-
* [2] Giulio Ermanno Pibiri and Rossano Venturini. *Handling Massive N-Gram Datasets Efficiently.* ACM Transactions on Information Systems (TOIS) 37.2 (2019): 1-41.
246+
* [2] Giulio Ermanno Pibiri and Rossano Venturini. *Handling Massive N-Gram Datasets Efficiently.* ACM Transactions on Information Systems (TOIS) 37.2 (2019): 1-41.

0 commit comments

Comments
 (0)