#
icu
Here are 96 public repositories matching this topic...
MIMIC Code Repository: Code shared by the research community for the MIMIC-III database
-
Updated
Nov 22, 2020 - Jupyter Notebook
The new home of the ICU project source code.
-
Updated
Feb 27, 2021 - C++
Localization library for any Ember Application or Addon
-
Updated
Feb 21, 2021 - JavaScript
react
i18n
translation
internationalization
localization
preact
reactjs
icu
react-components
react-intl
intl
tiny
messageformat
i18next
globalization
hacktoberfest
reactjs-components
react-hooks
-
Updated
Jan 5, 2021 - TypeScript
sffc
commented
Feb 9, 2021
#445 introduced a placeholder for fractional seconds. It should be improved by:
- Enforce range limits on the values
- Fully support in pattern formatting
- Add to MockDateTime FromStr
- Add to day period resolution logic (unicode-org/icu4x#445 (comment))
THE String Processing Package for R (with ICU)
nlp
unicode
natural-language-processing
r
text
icu
regex
regexp
tidy-data
string-manipulation
text-processing
stringr
stringi
icu4c
-
Updated
Feb 5, 2021 - C++
Fast and customizable text tokenization library with BPE and SentencePiece support
python
unicode
natural-language-processing
cpp
icu
tokenizer
machine-translation
tokenization
bpe
sentencepiece
-
Updated
Feb 16, 2021 - C++
tvarsis
commented
Apr 4, 2018
Gives error on install. Seems to be related to the title and this thread:
Detect character encoding using ICU
-
Updated
Dec 21, 2020 - C++
一个权威的医疗rdf数据集, 医疗知识图谱。Patient Disease Drug Graph.
-
Updated
Oct 31, 2018 - HTML
Automated workflow to compile Swift Toolchain, for making Android apps with Swift.
-
Updated
Jan 29, 2021 - JavaScript
C# wrapper for ICU4C
-
Updated
Feb 12, 2021 - C#
Add right-to-left text support to Mapbox GL JS
-
Updated
Jun 17, 2020 - JavaScript
Harfbuzz with a CMake build configuration using Freetype2, UCDN and ICU
-
Updated
Feb 6, 2021 - C++
Enables ICU message formatting for translations in Symfony applications.
-
Updated
Mar 29, 2019 - PHP
Transthoracic echocardiography and mortality in sepsis: analysis of the MIMIC-III database
-
Updated
Apr 20, 2020 - Jupyter Notebook
Lightweight translation module. Internationalize your great project.
-
Updated
May 4, 2020 - JavaScript
PDD Graph : Bridging MIMIC-III and Linked Data Cloud
-
Updated
Sep 14, 2018 - CSS
CMake wrapper for ICU supporting cross-compilation
-
Updated
Jan 2, 2021 - CMake
Improve this page
Add a description, image, and links to the icu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the icu topic, visit your repo's landing page and select "manage topics."
Describe the bug
Given a message like
{input, plural, other {# + #}}, one would expect both#placeholders getting replaced by the plural value. But only the first one is actually replaced.To Reproduce