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

SEMAFOR

SEMAFOR: Semantic Analysis of Frame Representations

  • Site Oficial
  • Demo Online
  • Github

Install Plugin

deepnlpf --install semafor

Suport Language

English: en

Pipeline

json
yaml
{
"lang": "en",
"tools": {
"semafor": {
"processors": [
"frame_semantic_parsing"
]
}
}
}
---
lang: en
tools:
- semafor:
processors:
- frame_semantic_parsing

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()
← PyWSDSpaCy →
  • Install Plugin
  • Suport Language
  • Pipeline
  • Example
DeepNLPF
DeepNLPF
AboutGuideRepositorySupport
Community
User Showcase
Connect
BlogGitHubStardeepnlpf@gmail.com
Copyright © 2022 DeepNLPF.