X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=swcsa%2FbuildFacade.c;h=a9c4e38dcae054bc2c59d0986b2e44bec7ba3980;hb=37830ca9a16449ed145da79c80e7a37b465e4816;hp=4cd28fedb22a950ad422323ebe9834f882bd049a;hpb=9abbea1aba3d81f1eccd84a92d1857e46a1b3ba2;p=SXSI%2FTextCollection.git diff --git a/swcsa/buildFacade.c b/swcsa/buildFacade.c index 4cd28fe..a9c4e38 100755 --- a/swcsa/buildFacade.c +++ b/swcsa/buildFacade.c @@ -597,7 +597,6 @@ int build_WCSA (uchar *text, ulong length, char *build_options, void **index) { //Stimation (Using Heap's law) of the number of different "meaningful" words. //sizeNValue=N_value; if(bytesFile<5000000) bytesFile = 5000000; - sizeNValue = (unsigned long) floor(3.9* pow(bytesFile,0.70) ); // Inicializes the arrays used to detect if a char is valid or not.