question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Why is punctuation and capitalization different when running against cloud and local containers for Swedish?

See original GitHub issue

When we use the cloud service we receive punctuation and capitalization correctly but when using the Swedish docker container locally (latest version 2.9.0) we do not receive any punctuation and the capitalization behaves differently, particularly capitalizing the last letter of a word and merging it with the next.

This is an example where the container version behaves weirdly:

{
  "text": "eric bergströMP fyra sjuhärad",
  "lexicalForm": "eric bergström p fyra sjuhärad",
  "normalizedForm": "eric bergströMP fyra sjuhärad",
  "maskedNormalizedForm": "eric bergströMP fyra sjuhärad",
  ...
}

And this is how it looks when running against the cloud:

{
  "text":"Erik bergström, p 4 sjuhärad."
  "lexicalForm":"bergström p fyra sjuhärad",
  "normalizedForm":"erik bergström p 4 sjuhärad",
  "maskedNormalizedForm":"",
  ...
}

Why is punctuation and capitalization different when running against cloud and local containers for Swedish?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
anthonsucommented, Feb 17, 2021

There is no clear estimate of the release yet. I will try post it here when any new updates coming. Thanks!

0reactions
pankoponcommented, Feb 18, 2021

Closing the item since improvements have been identified and work is in progress, release information will be provided when known.

Read more comments on GitHub >

github_iconTop Results From Across the Web

501 Grammar & Writing Questions 3rd Edition
language skills. 501 Grammar and Writing Questions begins with the basic mechanics of capitalization and punctuation, and then moves on to grammar and....
Read more >
Punctuation and Capitalization Model
Punctuation and Capitalization Model¶. Automatic Speech Recognition (ASR) systems typically generate text with no punctuation and capitalization of the ...
Read more >
following sub-sections: 1) languageintroduction, grade 6, ...
This English cu:riculum guide attempts to capitalize on these ... Swedish - niZer ... Punctuation and capitalization rules are different and fewer.
Read more >
What's new in Azure AI Speech?
Speech SDK APIs are available on C++, C#, Java, and JavaScript. With Speaker Recognition, you can accurately verify and identify speakers by ...
Read more >
Grammar and Language Workbook
Adverbs. 1. An adverb modifies a verb, an adjective, or another adverb. Most adverbs can show comparisons. (See Using Modifiers Correctly on pages...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found