Skip to content

Please report the issue at <https://github.com/cbail/textnets/issues> #31

@Borus34

Description

@Borus34

QQ: I have tried to run the Readme code on two samples of my data set. However, I received a number of warnings about deprecated features. I also received two error codes (Below). I did not receive the same when I used the sample data. The instructions provided in R says to report the issue to this site.

cnn_firsts_nouns <- PrepText(cnn_firsts, groupvar = "command", textvar = "statement_text", node_type = "groups", tokenizer = "words", pos = "nouns", remove_stop_words = TRUE, compound_nouns = TRUE)
Downloading udpipe model from https://raw.githubusercontent.com/jwijffels/udpipe.models.ud.2.5/master/inst/udpipe-ud-2.5-191206/english-ewt-ud-2.5-191206.udpipe to /Users/___________english-ewt-ud-2.5-191206.udpipe

cnn_firsts_network <- CreateTextnet(cnn_firsts_nouns)

VisTextNet(cnn_firsts_network, label_degree_cut = 0)
Error in mutate():
ℹ In argument: alpha_in = (1 - (weight/w_in))^(k_in - 1).
Caused by error:
! object 'weight' not found
Run rlang::last_trace() to see where the error occurred.


View(unsc_firsts_network)
VisTextNet(unsc_firsts_network, label_degree_cut = 0)
Error in graph_to_tree():
! graph must be directed
Run rlang::last_trace() to see where the error occurred.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions