André Ourednik

Results 27 comments of André Ourednik

@working-name Thx for reply. Yes, you are right, sorry for mislabeling. I am suggesting an __R code generator__. On the flavor side, I've bumped into stringi/r not resolving correctly positive...

Having a "just tokenization" option with lemmatization would be great. Currently trying to use ```R parsed

@amatsuo Is there a simple way to install the full tokenize-function branch version of spacyr in R ?

Great thanks for these developments! By the way, this has more to do with Quanteda in general than with spacyr, but since we are speaking of lemmatization, I was wondering...

@amatsuo @kbenoit I have tried out: ```r devtools::install_github("quanteda/spacyr", ref = "tokenize-function") parsed

@amatsuo Yes, my mistake, forgot to reload package, the first error was due this, sorry. Now I am getting only the second error on my machine (same Session info as...

@jwijffels Many thanks for the code! It currently returns a named list of character vectors containing lemmatized tokens, which comes much closer to what I (and most probably other users...

Yes, this would make a __huge__ difference, indeed. A very strange thing is that the only apps that support reordering chapters in any type of document via outline are MS...

__Workaround__: for the time being, corrupt Geopackage files (mixing multipolygons and geometry collections of linestrings) can be repaired with the sf package in R. Assuming the path to your geofpackage...

@bstroebl Thx for reply. An example of a data containing one featur of "geometry collection of linestrings" type (instead of a multipolygon) resulting from cutting is in this commit: https://raw.githubusercontent.com/aourednik/historical-basemaps/044c9fa854d23087fe5f51cd8481ba17a13ccbf8/geojson/world_bc100.geojson...