DeepNLPF

DeepNLPF

  • ABOUT
  • GUIDE
  • REPOSITORY
  • SUPPORT

›Plugins Repositories Tools NLP

Plugins Repositories Tools NLP

  • Plugins Repositories Tools NLP
  • CogCompNLP
  • PyWSD
  • SEMAFOR
  • SpaCy
  • Stanford CoreNLP
  • Stanza
  • SupWSD

PyWSD

Python Implementations of Word Sense Disambiguation (WSD) Technologies.

  • Github

Install Plugin

deepnlpf --install pywsd

Suport Language

English: en

Pipeline

Json
yaml
{
"lang": "en",
"tools": {
"pywsd": {
"processors": [
"wsd"
]
}
}

}
---
lang: en
tools:
- pywsd:
processors:
- wsd

Example

python
from deepnlpf.pipeline import Pipeline

path_dataset = "<path_dir_dataset>"
path_pipeline = "<path_file>/pipeline.json"

nlp = Pipeline(_input=sentence, pipeline=path_pipeline, _output='file')
annotation = nlp.annotate()
← CogCompNLPSEMAFOR →
  • Install Plugin
  • Suport Language
  • Pipeline
  • Example
DeepNLPF
DeepNLPF
AboutGuideRepositorySupport
Community
User Showcase
Connect
BlogGitHubStardeepnlpf@gmail.com
Copyright © 2022 DeepNLPF.