search for: doc3

Displaying 13 results from an estimated 13 matches for "doc3".

Did you mean: doc
2010 Nov 10
3
create a pairwise coocurrence matrix
..., I am trying to construct a pairwise coocurrence matrix for certain terms appearing in a number of documents. For example I have the following table with binary values showing the presence or absence of a certain term in a document: term1 term2 term3 term4 term5 doc1 1 1 0 0 1 doc2 1 1 0 1 1 doc3 1 0 0 0 1 And I want to have a matrix with the number of the pairwise coocurrencies. So, based on the above table the matrix should be: term1 term2 term3 term4 term5 term1 0 2 0 1 3 term2 2 0 0 1 2 term3 0 0 0 0 0 term4 1 1 0 0 1 term5 3 2 0 1 1 Any ideas on how to do that? Tahnks Tax [...
2013 Apr 02
0
[LLVMdev] LNT ClamAV - Sorting output
On 2 April 2013 21:20, Török Edwin <edwin+ml-debian at etorok.net> wrote: > You can pass all the filenames from the inputs/ directory directly on the > command-line, instead of specifying -r inputs/. > That way the order of scanning will be exactly the one specified on the > command-line. > Hum, I think I can fix that with Make... --renato -------------- next part
2006 Jul 10
11
Category Number Results returned
I am looking to have a number of categories populated from my results of a search. For example, searching on "sport" would display all results for sport. I want to also have a number of categories to refine the documents down. So by clicking on the "Fishing" category or the "Shooting" category, I would only see the results on sport around that category. Now for
2013 Apr 02
2
[LLVMdev] LNT ClamAV - Sorting output
On 04/02/2013 11:06 PM, Daniel Dunbar wrote: > On Tue, Apr 2, 2013 at 11:46 AM, Renato Golin <renato.golin at linaro.org <mailto:renato.golin at linaro.org>> wrote: > > On 2 April 2013 19:20, Daniel Dunbar <daniel at zuster.org <mailto:daniel at zuster.org>> wrote: > > What is it that makes the output of the program asynchronous? The output is
2017 Jun 08
2
Logging the click data
...doc means there. - $topdoc: existing command to set offset value. I'm currently working towards implementing the support for new commands i.e. $qid and $did. An example log entry assuming that we allow only 4 docs on a single result page: q101 "simple query text" [doc0, doc1, doc2, doc3] 0 q101 "simple query text" [doc4, doc5, doc6, doc7] 4 q101 "simple query text" [doc8, doc9, doc10, doc11] 8 qid taken to be very simple for the purpose of this example and I'm not really sure about the doc id format so assumed it to be like that. Also, I noticed that the...
2013 Apr 02
3
[LLVMdev] LNT ClamAV - Sorting output
...ts/clam.zip \ $(PROJ_SRC_DIR)/inputs/README \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc11.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc1.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc22.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc2.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/doc3.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/docCLAMexe.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/rtf1.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/rtf-novirus.rtf RUN_OPTIONS = --debug --exclude-dir .svn --verbose -d$(PROJ_SRC_DIR)/dbdir -r $(INPUT) This is what Make generated for me on b...
2009 Jan 31
0
save after delete returns true but actually fails
...t no new record is actually saved. e.g.: doc=Document.new(:title => "sam''s speciality") doc.save doc.id # ==> 23 doc2=Document.find_by_title("sam''s speciality") doc2.delete doc.title # ==> "sam''s speciality" doc.save # ==> true doc3=Document.find_by_title("sam''s speciality") # ==> nil Should that second doc.save really return true? This situation could easily enough arise if two separate users are accessing the same record simultaneously. The same thing occurs when the model is using optimistic locking....
2010 Nov 18
1
Facing problems with YUI 2 grids, nesting does not work as expected (example markup inside)
...eet" type="text/css" href="http://yui.yahooapis.com/ 2.8.2r1/build/reset-fonts-grids/reset-fonts-grids.css"> <style type="text/css"> div, ul, li { padding:5px; } </style> </head> <body class="yui-skin-sam"> <div id="doc3" class="yui-t2"> <div id="bd"> <div id="yui-main"> <div class="yui-b"> <div class="some_outer_div" style="border: 1px solid green;"> <ul class="some_outer_list" style="border: 1px solid bl...
2017 Jun 06
2
Logging the click data
> There's a lot of flexibility already, because the log format is just > omegascript. So I don't think you need to implement a new command to > achieve this. (Although you might need a command to generate the query > id. It depends on how you're going to do that.) Ok, I'll try adapting the existing log command to achieve the kind of logging we want. And, about the
2010 Apr 04
1
How to add a column to dtm showing a part from directory source?
Hello Experts, I'm new with R and having troubles doing my graduation project.I have 20 subfolders including almost 20000 txt files.What i need to do is to create a dtm and add a column to it showing a "class" information of the txt files. My directory source is like "C:\\R\\20news-18828\\comp.graphics" for the comp.graphic subfolder.I need to take only
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...inputs: > clam.cab > clamdoc.pdf > clam.exe > clam.exe.bz2 > clam-v2.rar > clam-v3.rar > clam.zip > dbdir > docs > large.pcm > mei16v2.m2v > README > rtf-test > tune > > ./inputs/rtf-test: > Doc11.rtf > Doc1.rtf > Doc22.rtf > Doc2.rtf > doc3.rtf > docCLAMexe.rtf > rtf1.rtf > rtf-novirus.rtf > > ./Output: > clamscan.cbe > clamscan.cbe.c > clamscan_clamscan.bc > clamscan_clamscan.o > clamscan.diff-cbe > clamscan.diff-llc > clamscan.exe-cbe > clamscan.exe-llc > clamscan.linked.bc > clamscan.lin...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that