Skip to content

pythonによる文法チェック可能っぽい #2

Description

@yunicoder

リンク

https://github.com/jxmorris12/language_tool_python

使い方例

>>> import language_tool_python
>>> tool = language_tool_python.LanguageTool('en-US')
>>> text = 'A sentence with a error in the Hitchhiker’s Guide tot he Galaxy'
>>> matches = tool.check(text)
>>> len(matches)
...
>>> tool.close() # Call `close()` to shut off the server when you're done.


Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions