1 个仓库
Command-line interfaces for executing linguistic analysis pipelines.
Distinct from Pipeline Execution Interfaces: Specializes in the execution of NLP pipelines via CLI rather than general workflow orchestration.
Explore 1 awesome GitHub repository matching development tools & productivity · NLP Analysis Interfaces. Refine with filters or upvote what's useful.
这是一个中文自然语言处理工具包,提供了一套用于分词、词性标注和命名实体识别的工具。它包括一个用于分析词间句法和语义关系的神经依存句法分析器,以及一个用于使用标注数据集创建自定义语言模型的机器学习训练套件。 该工具包的独特之处在于其部署灵活性,提供了一个 Docker 化服务器和一个通过 API 暴露处理能力的 Web 服务接口。它支持使用预训练模型,并允许集成外部词库和词典扩展以提高分析准确性。 该项目广泛涵盖了完整的语言任务流水线,包括句子分割、句法依存映射和语义角色标注。这些功能可通过命令行界面、独立模块或集成分析流水线使用。 核心逻辑采用 C++ 实现,并提供 Python 和 Java 的官方语言绑定。
Provides a command-line interface to execute a full pipeline of text processing.