Questions tagged [spanish]

7 questions
3
votes
0 answers

CLion can't show accents and "ñ "

When I compile a code with a text in Spanish the accents always show like weird symbols. The file encoding is UTF-8 and the editor is configured in Spanish also. The code: #include "iostream" using namespace std; int main(){ printf("niño á é í ó…
1
vote
0 answers

Is there a method in spacy to "normalize" feminine nouns to masculine?

The title pretty says it all... We are using spacy in spanish to preprocess a series of texts and we need consistent nouns across our documents. For instance, we would need to normalize "clienta" to "cliente" and so on doc = nlp('la clienta ha…
0
votes
0 answers

Blazor and .NET format es-US differently

It seems that Blazor WebAssembly applications format currencies as "123,45 $" for the es-US locale, while console or native server .NET format as "$123.45". I would expect the "$123.45" currency format for es-US in both cases. Which one of these is…
Patrick87
  • 27,682
  • 3
  • 38
  • 73
0
votes
0 answers

From WhatsApp to Excel. Can't arrange it

I'm trying to get data from WhatsApp (it's data from surgeries from 2020 to 2023 from my hospital so it's sensitive and it's a lot) to Excel. Basically what I did (with help of yt of course) is to connect wsp to pushbullet and get a .txt from it and…
0
votes
0 answers

Twilio Conversations API Encoding

While using Conversations API to a PoC, I've seen that sometimes, some Spanish characters are not well encoded: "Atrévete a Soñar" instead of "Atrévete a Soñar" I've been reading the Conversations API, but haven't found anything related to the…
Carlos Daniel
  • 2,459
  • 25
  • 30
-1
votes
0 answers

NLTK dialogue parsing in SPANISH giving error

I have been trying to parse a set of spanish dialogues using NLTK and it works on majority of dialogues, except a few of them. Fact is there are no new special characters or a special formatting difference in those. So, why are they not getting…
-1
votes
1 answer

Python - code transformation from hexadecimal \XE1 to á (a with spanish accent)

#When I try to transform in my code the letters from hexadecimal code to Spanish accent didn´t work. #My IDLE is Spider Table [Transform to Spanish letters] (https://i.stack.imgur.com/rGcZQ.png) #Example: #Definition three examples of a txt or str…
Julio
  • 3
  • 2