cost 147 ms
有沒有糾正大小寫的python拼寫糾正庫?

[英]Is there a python spelling correction library that corrects capitalisation?

我有拼寫正確但全部小寫的字符串(第一個字符除外),我想更正大寫(英語 - 所以基本上只是事物的名稱......)。 我嘗試了 pyspellcheck、autocorrect 和 symspellpy,它們不考慮大寫 afaik。 因此,例如字符串'And then we went to see ...

react-native tTextInput 以大寫開頭但可以關閉

[英]react-native tTextInput start in capitalisation but can be turned off

我想創建一個以大寫開頭的 TextInput,但如果它被用戶關閉,它就會保持關閉狀態。 autoCapitilisation 道具提供“字符”,但即使用戶已將其關閉,它也會在每個新字符后繼續運行,如果我選擇“單詞”,那么它會在第一個字符后自動保留大寫:( ...

React Native:是否可以強制 TextInput 中的字符為大寫?

[英]React Native: is it possible to force characters in TextInput to be capitals?

我在我的 React Native 應用程序中使用TextInput和autocapitalize: 'characters' 。 它會將所有字符自動大寫,但我仍然可以按下切換為小寫的 shift 鍵 (iOS)。 我想阻止用戶切換到小寫。 有誰知道是否有辦法做到這一點? ...

如何在移動設備上為 contenteditable 元素啟用自動大寫

[英]How to enable autocapitalization for contenteditable elements on mobile

我有一個 contenteditable div,用戶可以在其中發表評論: 但是,當您在手機上輸入此字段時,它不會將句子后的第一個字母自動大寫。 在移動設備上,它應該在每個句子結束后的第一個字母大寫。 所以: “這是一個句子。現在,‘現在’這個詞應該大寫” 我知道這可能只是輸入字段 ...

autocapitalize=“none” 不適用於<input type="“search”">在 Firefox 上 Android

[英]autocapitalize=“none” doesn't work for <input type=“search”> in Firefox on Android

正如預期的那樣,這個簡單的代碼在 Android 上的 Firefox 中不起作用: &lt;input type="search" autocapitalize="none"&gt; 預期行為:輸入值不會自動大寫實際行為:輸入值大寫我是否遺漏了什么,或者它是 Android 上的 Firefo ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM