Menu

Change options in "auto_run.pm"

Anonymous
2017-02-01
2017-02-01
  • Anonymous

    Anonymous - 2017-02-01

    I want to create a co-occurrences network from command line whith "auto_run.pm" but I want to change de values of the diferent options like "Min. FT" (default 2). It is posible? How could I do it?

    Thanks.

     
  • HIGUCHI Koichi

    HIGUCHI Koichi - 2017-02-10

    Sorry for the late reply.

    Yes, it is possible. But you have to read the source code of KH Coder, if you want to freely change settings.

    If you want to set “Min. TF” as 50, you have to insert following lines after line 36 “my $win = gui_window::word_netgraph->open;”.

    $win->{words_obj}->{ent_min}->delete('0','end');
    $win->{words_obj}->{ent_min}->insert('end','50');
    

    Anyway, please note that the default “Min. FT” value will be automatically adjusted according to the size of data.

     

Anonymous
Anonymous

Add attachments
Cancel