-
#### Problem description
I noticed that usage of Morfessor has mostly been removed, but there are some vestigial references to it in a few files. I would just submit a pull request for this, but I'…
pabs3 updated
2 years ago
-
### Describe the Question
Please provide a clear and concise description of what the question is.
### Describe your attempts
- [ ] I walked through the tutorials
- [ ] I checked the documentatio…
-
Hi, I'm going through the preprocessing and training code. I'm wondering where to find the values of control tokens during training, together with the source and target sides.
Just like the example …
-
tutorials/krwordrank_word_and_keyword_extraction 에서
In [5] 파트 부분에
decaying factor를 단어별로 다르게 (bias) 할당할 수 있다고 적어주셨는데,
어떻게 다르게 할당하나요?
-
자연어처리를 하여 핵심 단어를 찾는것이 하나로 정형화 되어 있지 않기 때문에 의견을 들어보려 합니다.
사이트 주소를 넣어 줄테니 회의 때 서로의 의견을 내는것이 좋을듯 합니다.
**사이트 주소**
- https://github.com/konlpy/konlpy
- https://github.com/lovit/KR-WordRank
- https:/…
-
Are there subpackages/submodules that we're not maintaining anymore, and could remove?
- [x] summarization
- [x] HDP
- [x] wordrank
- [x] dependency on pattern
- [x] various wrappers (incl. skl…
-
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, vocab…
-
## The task
Classify `context` into matching `def` for the following (very small) dataset:
context|idiom|def
--| --| --
see it right there dude and doom you know beat him fair and square raisin…
-
for word, r in sorted(keywords.items(), key=lambda x:x[1], reverse=True)[:30]:
In this line, I can see the 'r' which is extracted by keywords.item.
What does the r means? Total number of r is not …
-
I implemented your model for sentence simplification. However I would like to test it with streams of news titles and see the output. However, I have problems when using it as API, as for each title i…