changeset 59:ced72ed0a2b7

improved readme
author Niels Nes <niels@cwi.nl>
date Sat, 10 Feb 2024 11:22:34 +0100 (14 months ago)
parents 02895996506d
children 60704489ee51
files README.md
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Fri Jun 30 13:11:38 2023 +0200
+++ b/README.md	Sat Feb 10 11:22:34 2024 +0100
@@ -1,9 +1,10 @@
-# MonetDB-extend
+# ngram
 
-MonetDB extend project with CMake buildsystem
+MonetDB ngram project for testing various n-grams (1, 2 3) with different number of bits signatures (16, 32, 64, 128) 
 
 ```
 mkdir build && cd build
-cmake -DCMAKE_PREFIX_PATH=<monetdb-installation-prefix>/share/monetdb/cmake -DCMAKE_INSTALL_PREFIX=<monetdb-installation-prefix> ..
+cmake -DCMAKE_PREFIX_PATH=$prefix -DCMAKE_INSTALL_PREFIX=$prefix  -DCMAKE_BUILD_TYPE=Release ..
 cmake --build .
+
 ```