sq6jnx / sr0wx.py

Automatic hamradio weather station written in python
Apache License 2.0
13 stars 4 forks source link

Duplicates in dictionary.py for MS TTS #38

Closed sq6emm closed 8 years ago

sq6emm commented 8 years ago

When running 'python microsoft_translator_downloader.py' with default dictionary.py you get some duplicates info, like:

metrow_na_sekunde already exists temperatura_odczuwalna already exists

sq6jnx commented 8 years ago

I've run

$ grep Phrase pl_microsoft/dictionary.py | sort | uniq -c | grep 2
      2     Phrase(u"metrów na sekundę"),
      2     Phrase(u"temperatura odczuwalna"),

so it looks like there are only two duplicates.

sq6jnx commented 8 years ago

Thanks, @sq6emm