Skip to content
#

keyword

Here are 166 public repositories matching this topic...

honnix
honnix commented Apr 29, 2020

I could not think of a good way to work on a PR, so creating an issue instead.

This is what REAME says regarding delight and projectile:

;; Remove the mode name for projectile-mode, but show the project name.
(use-package projectile
  :delight '(:eval (concat " " (projectile-project-name))))

However this under certain circumstances would have serious performance issue, an

Benja1972
Benja1972 commented Apr 6, 2020

I would like to process corpus of documents by TFIDF model. My corpus is one txt file where each line is document. It is fine as input for any models from pke, but for TFIDF I need a document frequency matrix which can be generated in pke utilities but it accept only input_dir where files are documents. It would convenient to have option to inject a documents as one file as for all models.
Th

directv00
directv00 commented Dec 3, 2019

Traceback (most recent call last):
File "", line 1, in
File "/data1/kt/work/KR-WordRank/krwordrank/word/_word.py", line 211, in extract
rank, graph = self.train(docs, beta, max_iter, vocabulary, bias)
File "/data1/kt/work/KR-WordRank/krwordrank/word/_word.py", line 319, in train
self.scan_vocabs(docs)
File "/data1/kt/work/KR-WordRank/krwordrank/word/_word.py",

自然语言处理工具Macropodus,基于Albert+BiLSTM+CRF深度学习网络架构,中文分词,词性标注,命名实体识别,新词发现,关键词,文本摘要,文本相似度,科学计算器,中文数字阿拉伯数字(罗马数字)转换,中文繁简转换,拼音转换。tookit(tool) of NLP,CWS(chinese word segnment),POS(Part-Of-Speech Tagging),NER(name entity recognition),Find(new words discovery),Keyword(keyword extraction),Summarize(text summarization),Sim(text similarity),Calculate(scientific calculator),Chi2num(chinese number to arabic number)

  • Updated May 24, 2020
  • Python

Improve this page

Add a description, image, and links to the keyword topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the keyword topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.