udpipe
Tokenization, Parts of Speech Tagging, Lemmatization and Dependency Parsing with the UDPipe NLP Toolkit
udpipe's last six releases are entirely compiler fixes, with no NLP change among them.
◆Recent moves
- 6mo ago
persistent_unordered_map declaration fixed for C++20
A single C++20 fix to the persistent_unordered_map declaration, identical to the one nametagger shipped days earlier. Family-wide compiler upkeep.
View source ↗ - 8mo ago
C++11 dropped from Makevars
Drops C++11 from Makevars, published within a minute of the matching change in sentencepiece. Build configuration only.
View source ↗ - 8mo ago
Authorship metadata corrected in Authors@R
Adjusts authorship metadata in Authors@R for the udpipe.cpp portion. Packaging metadata with no code change.
View source ↗ - 8mo ago
Misaligned address and UBSan fixes
Fixes a misaligned address load and UBSan messages reported by CRAN, one of three releases published within four minutes on the same day.
View source ↗ - 8mo ago
Always-true digit comparison in parse_int corrected
Corrects an always-true overlapping comparison in parse_int, where the digit test used || instead of &&, plus documentation NOTEs. The logic error was in a code path CRAN's compiler flagged rather than one users reported.
View source ↗ - 3y ago
std::move fix for clang check warning
Replaces move with std::move to clear an R CMD check warning on recent clang. No user-visible effect.
View source ↗