You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
For a list of all models and their licenses (most models you can download with this package have either a CC-BY-SA or a CC-BY-SA-NC license) read the documentation at ?udpipe_download_model. For building your own models: visit the documentation by typing vignette('udpipe-train', package = 'udpipe')
trying URL 'https://raw.githubusercontent.com/jwijffels/udpipe.models.ud.2.5/master/inst/udpipe-ud-2.5-191206/english-ewt-ud-2.5-191206.udpipe'
Content type 'application/octet-stream' length 16309608 bytes (15.6 MB)
==================================================
downloaded 15.6 MB
Downloading finished, model stored at '/Users/____________/english-ewt-ud-2.5-191206.udpipe'
Warning message: group_by_() was deprecated in dplyr 0.7.0.
ℹ Please use group_by() instead.
ℹ See vignette('programming') for more help
ℹ The deprecated feature was likely used in the textnets package.
Please report the issue at https://github.com/cbail/textnets/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was
generated.
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.
The text was updated successfully, but these errors were encountered:
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.
trying URL 'https://raw.githubusercontent.com/jwijffels/udpipe.models.ud.2.5/master/inst/udpipe-ud-2.5-191206/english-ewt-ud-2.5-191206.udpipe'
Content type 'application/octet-stream' length 16309608 bytes (15.6 MB)
==================================================
downloaded 15.6 MB
Downloading finished, model stored at '/Users/____________/english-ewt-ud-2.5-191206.udpipe'
Warning message:
group_by_()
was deprecated in dplyr 0.7.0.ℹ Please use
group_by()
instead.ℹ See vignette('programming') for more help
ℹ The deprecated feature was likely used in the textnets package.
Please report the issue at https://github.com/cbail/textnets/issues.
This warning is displayed once every 8 hours.
Call
lifecycle::last_lifecycle_warnings()
to see where this warning wasgenerated.
cnn_firsts_network <- CreateTextnet(cnn_firsts_nouns)
The text was updated successfully, but these errors were encountered: