Michael Cysouw

Results 23 comments of Michael Cysouw

[Comment from just a random user:] I just wanted to change my theme and ran into this problem (i.e. my nice custom colours don't work with another theme). This PR...

Thanks for the tip! My original comment was from almost two years ago: in the meantime I have settled for the following procedure: The docopt scripts are added to the...

The binary `spellchecker-darwin-17.2.0-arm64.node` seems to be missing

I see the same error. I did some testing to see what influences the omission of points. Re-ordering of the points did not change the omission. Adding some jitter to...

Apparently, recursive programming is not ideal inside R :-(, e.g. http://dirk.eddelbuettel.com/blog/2011/09/08/#rcpp_for_recursion So, there should be some workaround possible ("memoization") but that would sort-of destroy the whole approach of the data.tree...

Good point. I assumed that an interlinear gloss always needs a translation. The current implementation is a mess, though. I have to refactor that ... I'll have a look whether...

Sorry, I don't see any quick fix possibility for now. I hope to make a version 2 at some point with a complete rewrite of the code. I'll keep this...

The basic problem is the automatic formatting that is done by panda-ling, which can be controlled by the option 'formatGloss`. Basically, this is a convenience option that works for many...

The idea would be to allow a `Segment_Slice`-like specification for any substring of any `Form` as listed in any `FormTable`. In that way anybody has a method to refer to...

Maybe the easiest way would be to suggest to everybody to always add a column like `Characters` to a `FormTable`, meaning that the provider of the data suggest some kind...