-
``` go
currencyCode = "PLN"
unit, _ := currency.ParseISO(currencyCode)
p := message.NewPrinter(language.Polish)
amount := float64(100)
p.Print(currency.Symbol(unit.Amount(amount)))…
-
DOD:
- [x] lemmatizer in spacy as default polish lemmatizer
- [x] loaded on language load
- [x] loading time below 10s
- [x] WPS > 4K
- [x] add regex expasion to dvc pipeline in lemma sources ge…
-
Hi
This message has not been translated at least to PL Polish language. The same with this message on /scp panel.
![image](https://user-images.githubusercontent.com/6228442/149518950-52dd0fd0-e6b2…
esamo updated
2 years ago
-
Add support for internationalization. Probably will require someone who knows Polish because that's what the currently implemented language is.
-
* [x] I have searched open and closed issues for duplicates
(there is one more generic issue about spell checking dictionaries preferences only but that's unrelated to this bug)
---
### Bug D…
arekm updated
4 years ago
-
```
TEXT="Mam to kino 2,5 roku.Nic dodać.Jest po prostu super."
getProbabilities() for the above text results in:
[hr : 0.9999948455378745]
I am aware of the "short sentence issue"
http://code.goog…
-
```
TEXT="Mam to kino 2,5 roku.Nic dodać.Jest po prostu super."
getProbabilities() for the above text results in:
[hr : 0.9999948455378745]
I am aware of the "short sentence issue"
http://code.goog…
-
```
TEXT="Mam to kino 2,5 roku.Nic dodać.Jest po prostu super."
getProbabilities() for the above text results in:
[hr : 0.9999948455378745]
I am aware of the "short sentence issue"
http://code.goog…
-
What do you think about polish translate? Polish is my native language, so I can do it. Tell me if you want to translate another checklists.
-
## Describe the bug
Hi,
I'm using your DateTimePicker control in my app. My app support 4 languages (polish,english,german, and norwegian) but doesn't metter which one I choose DataTimePicker is…