📅  最后修改于: 2023-12-03 15:05:42.220000             🧑  作者: Mango
Udskammer is a Danish library that helps programmers validate English words for spelling accuracy based on Danish grammar rules. It is developed for Danish speaking people who struggle with spelling English words due to the influence of Danish grammar rules. The library comes with an extensive set of rules that are used to validate English words.
You can install Udskammer using pip:
pip install udskammer
To use Udskammer, you need to import the library and create an instance of the Udskammer
class.
from udskammer import Udskammer
checker = Udskammer()
result = checker.validate_word('apartment') # returns True
You can also pass a list of words to be validated at once:
from udskammer import Udskammer
checker = Udskammer()
words = ['apartment', 'beauty', 'prosperity']
results = checker.validate_words(words) # returns [True, True, False]
Udskammer is a library that is designed to cater for the spelling needs of Danish speaking individuals who use English language. It is a valuable tool to have in your development toolbox and it will help you improve the accuracy of your English language-based projects. If you have any feedback or suggestions on how we can improve this library, please feel free to contact us.
# Udskammer - Enabling Danish Text Validator for English Words
Udskammer is a Danish library that helps programmers validate English words for spelling accuracy based on Danish grammar rules. It is developed for Danish speaking people who struggle with spelling English words due to the influence of Danish grammar rules. The library comes with an extensive set of rules that are used to validate English words.
## Features
- Danish grammar based English word validations
- High accuracy spell check for English words
- Default dictionary of over 15,000 words
- Easy integration with other libraries
## Installation
You can install Udskammer using pip:
```python
pip install udskammer
To use Udskammer, you need to import the library and create an instance of the Udskammer
class.
from udskammer import Udskammer
checker = Udskammer()
result = checker.validate_word('apartment') # returns True
You can also pass a list of words to be validated at once:
from udskammer import Udskammer
checker = Udskammer()
words = ['apartment', 'beauty', 'prosperity']
results = checker.validate_words(words) # returns [True, True, False]
Udskammer is a library that is designed to cater for the spelling needs of Danish speaking individuals who use English language. It is a valuable tool to have in your development toolbox and it will help you improve the accuracy of your English language-based projects. If you have any feedback or suggestions on how we can improve this library, please feel free to contact us.