cost 74 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