Displaying 3 results from an estimated 3 matches for "text_str".
Did you mean:
next_str
2009 May 08
1
creation of a matrix
Hi all,
I have a relative large amount (several thousand rows, but a small
amount of unique objects) of data in a format like this:
1 text_string
1 text_string
1 text_string
2 text_string
2 text_string
3 text_string
3 text_string
3 text_string
3 text_string
3 text_string
.
.
.
n text_string
I want to create an n x p matrix, n objects (=40) and p unique text
strings. Nij is number of occurrences of a text string j in object i.
What is t...
2015 Jul 26
1
Get term from document by position
...Generator::STEM_ALL_Z), line 34):
============= Begin of the modified test.cpp file=========
#include <xapian.h>
#include <iostream>
#include <string>
#include <cstdlib> // For exit().
#include <cstring>
#include <fstream>
class MyText
{
public:
std::string text_str;
void set_string();
};
std::string database_dir="db_dir";
std::string query_string="extracellular microbe";
int
main(int argc, char **argv)
{
// indexing
Xapian::WritableDatabase db_w(database_dir, Xapian::DB_CREATE_OR_OVERWRITE);
MyText text_to_index;
text_to_i...
2018 Aug 20
2
Call for testing: OpenSSH 7.8
Hi,
Michael Felt wrote on Mon, Aug 20, 2018 at 11:28:26AM +0200:
> On 20/08/2018 10:33, Michael Felt wrote:
>> On 17/08/2018 17:15, Ingo Schwarze wrote:
>>> Darren Tucker wrote on Fri, Aug 17, 2018 at 07:16:03AM -0700:
>>>> On 13 August 2018 at 15:06, Val Baranov <val.baranov at duke.edu> wrote:
>>>>> test_utf8: ........................