logo

HanLP documentation

Introduction

  • Tutorial
  • Install
  • Configuration
  • Data Format
  • Annotations
    • Part-of-Speech Tagging
      • ctb
      • pku
      • 863
      • Universal Dependencies
    • Named Entity Recognition
      • pku
      • msra
      • ontonotes
    • Dependency Parsing
      • Stanford Dependencies
      • Universal Dependencies
    • Semantic Dependency Parsing
      • The reduction of Minimal Recursion Semantics
      • Predicate-Argument Structures
      • Prague Czech-English Dependency Treebank
      • SemEval2016
    • Semantic Role Labeling
      • Chinese Proposition Bank
      • English PropBank
    • Constituency Parsing
      • Chinese Tree Bank
      • Penn Treebank
  • Contributing Guide
  • Live Demo

Python API

  • hanlp
    • hanlp
    • common
      • structure
      • vocab
      • transform
      • dataset
      • component
      • torch_component
    • components
      • mtl
        • MultiTaskLearning
        • tasks
          • Task
          • con
          • dep
          • sdp
          • ud
          • lem
          • pos
          • tok
          • ner
            • tag_ner
            • biaffine_ner
          • srl
            • bio_srl
            • rank_srl
      • classifiers
      • eos
      • tokenizers
        • transformer
        • multi_criteria
      • lemmatizer
      • taggers
        • transformer_tagger
        • rnn_tagger
      • ner
        • transformer_ner
        • rnn_ner
        • biaffine_ner
      • parsers
        • biaffine_dep
        • biaffine_sdp
        • ud_parser
        • crf_constituency_parser
      • srl
        • span_rank
        • span_bio
    • pretrained
      • mtl
      • eos
      • tok
      • pos
      • ner
      • dep
      • sdp
      • word2vec
      • glove
      • fasttext
    • datasets
      • eos
        • eos
        • resources
      • tok
        • txt
        • mcws_dataset
        • resources
      • pos
        • resources
      • ner
        • tsv
        • json
        • resources
      • dep
        • conll
        • resources
      • srl
        • conll2012_dataset
        • resources
      • con
        • constituency_dataset
        • resources
    • utils
      • io_util
    • layers
      • embeddings
        • embedding
        • word2vec
        • fasttext
        • char_cnn
        • char_rnn
        • transformer
      • transformers
        • encoder
        • tokenizer
      • decoders
        • linear_crf
        • biaffine_ner
  • hanlp_common
    • document
    • conll
    • configurable
    • constant
  • hanlp_restful
  • hanlp_trie
    • trie
    • dictionary

Java API

  • 1.x API
  • Java RESTful API

References

  • References
Theme by the Executable Book Project

layersΒΆ

  • embeddings
    • embedding
    • word2vec
    • fasttext
    • char_cnn
    • char_rnn
    • transformer
  • transformers
    • encoder
    • tokenizer
  • decoders
    • linear_crf
    • biaffine_ner
io_util embeddings

By hankcs
© Copyright 2020, hankcs.