All Projects → zhang17173 → Event Extraction

zhang17173 / Event Extraction

基于法律裁判文书的事件抽取及其应用,包括数据的分词、词性标注、命名实体识别、事件要素抽取和判决结果预测等内容

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Event Extraction

codenames
Codenames AI using Word Vectors
Stars: ✭ 41 (-84.11%)
Mutual labels:  word2vec
spark-word2vec
A parallel implementation of word2vec based on Spark
Stars: ✭ 24 (-90.7%)
Mutual labels:  word2vec
cade
Compass-aligned Distributional Embeddings. Align embeddings from different corpora
Stars: ✭ 29 (-88.76%)
Mutual labels:  word2vec
word embedding
Sample code for training Word2Vec and FastText using wiki corpus and their pretrained word embedding..
Stars: ✭ 21 (-91.86%)
Mutual labels:  word2vec
reach
Load embeddings and featurize your sentences.
Stars: ✭ 17 (-93.41%)
Mutual labels:  word2vec
Text-Analysis
Explaining textual analysis tools in Python. Including Preprocessing, Skip Gram (word2vec), and Topic Modelling.
Stars: ✭ 48 (-81.4%)
Mutual labels:  word2vec
Product-Categorization-NLP
Multi-Class Text Classification for products based on their description with Machine Learning algorithms and Neural Networks (MLP, CNN, Distilbert).
Stars: ✭ 30 (-88.37%)
Mutual labels:  word2vec
AskNowNQS
A question answering system for RDF knowledge graphs.
Stars: ✭ 32 (-87.6%)
Mutual labels:  word2vec
sent2vec
How to encode sentences in a high-dimensional vector space, a.k.a., sentence embedding.
Stars: ✭ 99 (-61.63%)
Mutual labels:  word2vec
game2vec
TensorFlow implementation of word2vec applied on https://www.kaggle.com/tamber/steam-video-games dataset, using both CBOW and Skip-gram.
Stars: ✭ 62 (-75.97%)
Mutual labels:  word2vec
FSCNMF
An implementation of "Fusing Structure and Content via Non-negative Matrix Factorization for Embedding Information Networks".
Stars: ✭ 16 (-93.8%)
Mutual labels:  word2vec
NMFADMM
A sparsity aware implementation of "Alternating Direction Method of Multipliers for Non-Negative Matrix Factorization with the Beta-Divergence" (ICASSP 2014).
Stars: ✭ 39 (-84.88%)
Mutual labels:  word2vec
altair
Assessing Source Code Semantic Similarity with Unsupervised Learning
Stars: ✭ 42 (-83.72%)
Mutual labels:  word2vec
watchman
Watchman: An open-source social-media event-detection system
Stars: ✭ 18 (-93.02%)
Mutual labels:  word2vec
go2vec
Read and use word2vec vectors in Go
Stars: ✭ 44 (-82.95%)
Mutual labels:  word2vec
Embedding
Embedding模型代码和学习笔记总结
Stars: ✭ 25 (-90.31%)
Mutual labels:  word2vec
Persian-Sentiment-Analyzer
Persian sentiment analysis ( آناکاوی سهش های فارسی | تحلیل احساسات فارسی )
Stars: ✭ 30 (-88.37%)
Mutual labels:  word2vec
Pytorch Sgns
Skipgram Negative Sampling in PyTorch
Stars: ✭ 256 (-0.78%)
Mutual labels:  word2vec
sibe
Experimental Haskell machine learning library
Stars: ✭ 35 (-86.43%)
Mutual labels:  word2vec
wordfish-python
extract relationships from standardized terms from corpus of interest with deep learning 🐟
Stars: ✭ 19 (-92.64%)
Mutual labels:  word2vec

基于法律裁判文书的事件抽取及其应用

简介

针对交通肇事案件的裁判文书进行事件要素抽取,并在此基础上加入判决结果预测、案件相似度匹配等应用场景。

  • 数据来源OpenLaw

  • 分词:基于pkuseg

  • 词性标注:基于哈工大LTP/pkuseg

  • 命名实体识别:基于BiLSTM-CRF

  • 应用部分:包括判决结果的预测、案件相似度的比较等


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].