|
I note various posters are saying that german government bonds ("bunds") are about the safest asset you can hold, notwithstanding that no asset is 100% safe. I just wonder about this: You can deposit 10K in a german deposit account in euros, get 2% + ...
Started by taytoman on
, 14 posts
by 9 people.
Answer Snippets (Read the full thread at askaboutmoney):
I don't think that....
Even Germany has a huge debt pile which is a fair bit behind .
Personally I do not own any sovereign bonds.
The question is which you would think is more risky, giving credit to the German government or to a German bank.
|
|
I want to write a letter to my German family. Usually Google translate is enough but I want to include the text I wrote for our JustGiving page and passable comedy translation isn't very appropriate. I have enough knowledge of German to know that the ...
Started by SeveredJoke on
, 14 posts
by 3 people.
Answer Snippets (Read the full thread at foreverdelayed):
I've run it through Google's translate, googled it and now have learnt a new German....
I mean the whole thing.
Which text do you mean? i don't see anything german there.
|
|
My pages contain German characters and I have typed the text in between the HTML tag, but the browser views some characters differently. Do I need to include anything in HTML to properly display German characters?
<label> ausgefüllt </label>...
Started by venkatachalam on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Outside of ASCII such as German umlauts, you need to be very careful about which encoding you use.
|
Ask your Facebook Friends
|
Hi,
I have a German edition of Windows Vista Home. I would like to add English Language Speech Recognition support. Is this possible?
Started by Jigar Shah on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Chinese, English, French, German , Japanese and Spanish
Languages can be installed either in Internal.
|
|
Dear all,
I am manipulating german text in jQuery.
Maßnahme Text Now I need to Check these text in my switch case
switch(compare){ case 'Text': alert("Text");break; case 'Maßnahme': alert("Welcome");break; default:; }
Is there equvalent Unicode to check...
Started by venkatachalam on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just a supplement to kgiannakakis....
Add the following in the head section:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
and make your server return content in UTF8 .
Save your file in UTF8 encoding and the switch case should work .
|
|
This might be a bit weird question, but I'll give it a shot:
HELP, my Visual Studio 2008 / ASP.NET is giving me GERMAN error messages. Besides the fact that translations tend to be not as good as the original text, I can't search for those and find relevant...
Started by BlaM on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You have to switch the user interface language (UI.
The option of English, Chinese, French, German, etc.
|
|
Do many Irish people ever see Germans and do Germans ever visit Ireland? when, where do Germans see Irish and vice versa?
HOW THEY ARE DIFFERENT TOO AND WHY? OR HOW?
Started by ☺ on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at yahoo):
If you plonked an average German onto the streets of Dublin, you'd never know they weren't Irish unless they spoke....
As for how Irish and German people are "different" - they're not.
15,000 Irish people live there permanently.
And approx.
|
|
All the shit little mediterranean countries have pissed away their meagre resources and maxed out the credit card money by dancing and singing in 5 day parties and retiring at 55 and tax evasion. then germany comes along in the middle of a depression ...
Started by khufulogik on
, 14 posts
by 7 people.
Answer Snippets (Read the full thread at acidpulse):
german race"
that's almost like speaking of a "new york race"
eta: are you aware: : "german race"
that's almost like speaking of a "new york race"
eta: are you aware.
|
|
Are Rolls Royce and Bentley cars German cars or just German owned? Are they just owned by German companies or are the cars designed and made in Germany? Also what about Mini?
Started by The Floating Head of Anger. on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at yahoo):
Curiously,....
So none are German cars, but nor are they completely German.
Engines have come from other sources, and the current engines are German designed but built in the UK for the Countryman model which is assembled in Austria.
|
|
I am using NLTK to extract nouns from a text-string starting with the following command: tagged_text = nltk.pos_tag(nltk.Text(nltk.word_tokenize(some_string)))
It works fine in English. Is there an easy way to make it work for German as well? (I have ...
Started by Johannes Meier on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can however NTLK corpora reader, and then you....
I believe know the state of affairs in NTLK proper, and if this includes any german corpus.
You'll need to tell nltk about some German corpus to help it tokenize German correctly.
|