Yolp

Results 68 comments of Yolp

Just to be sure, for the example above, "Manasse ist ein einzigartiger Parfümeur.", you just need ``` Manasse ist ein einzigartiger Parfümeur . ``` For Multi-Word Tokens (i.e. several words...

And, the correct tokenization for an ordinal number is to leave the dot next to the number, right? ``` Am 23. Oktober habe ich Geburtstag . ``` Is `23.` an...

Here my results so far. Tokenization is mostly trivial (split spaces and commas, don't split dots). In what format should I submit them? Do we need much more? Please note,...

Yes, the existing training data does not treat it consistently. Just looking at the "dev" set: * `dev-s576`, `dev-s585`, `dev-s607`, `dev-s609`, `dev-s610`, `dev-s611`, `dev-s637`, treat the ordinal number as `word="21.",...

FWIW, the days of months situation is IMHO very similar to the English case: > Am 27. Mai > On May 27th so I would expect them to have the...

Done: https://github.com/UniversalDependencies/UD_German-GSD/issues/24

Also having this issue. On the iPhone 11, both simulator and actual device, `useSafeAreaInsets` sometimes returns the correct `48, 0, 34, 0`, sometimes `48, 0, 0, 0`, and sometimes even...

Any hints on how to profile React Native Javascript? Not the component's render time, I mean the plain Javascript execution times.

Guys, when will this be fixed?