-
파이썬3.6.5, konlpy==0.5.1, 장고 환경에서,
konlpy를 이용한 프로젝트를 AWS EBS를 통해 서버에 올리려고 합니다.
정상적으로 배포는 되나, 실행시에,
처음엔,
TypeError: Package kr.lucypark.tkt.TktInterface is not Callable 오류가 뜨더니,
해결법을 찾아서, 해당 …
-
This is likely upstream with R5 (Opening an issue with them is a possible TODO), but a number of users have contacted me about running into a "Index -1 out of bounds" issue for some PBF files around T…
-
When converting Java scalar types through JPype into numpy types, the behaviour isn't quite as nice as it is for array types. For example the following cases are a bit surprising:
```
import jpype…
-
Instead of using python threading, would it be faster to use ParallelDecompiler?
```python
from decompiler import MyDecompileConfigurer
from ghidra.app.decompiler.parallel import …
-
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
/var/folders/kc/pnqhxb8x4k3f1ggr1prj4mrm0000gn…
-
Dear developers,
I have been trying to use causal learn models with fMRI data. I used both the Tetrad implementation (using pyTetrad and JPype) and the causal-learn implementations.
What surpris…
-
'UserWarning: This jar doesn't support universal dependencies, falling back to Stanford Dependencies. To suppress this message, call with universal=False
warnings.warn("This jar doesn't support uni…
-
코엔엘로 네이버 기사를 자연어 분석을 하고자 자연어 분석을 배우려고 하는데 Konlpy가 제대로 실행이 되지를 않네요...
다음과 같은 코드를 입력해더니
from konlpy.tag import Okt
okt = Okt()
파이참에서 다음과 같은 오류가 뜨네요.
Traceback (most recent call last):
File "…
-
Generate a CI job to test against various QuPath versions.
Low Priority.
-
Hi David,
I'm trying the example to produce dependencies from a parsed sentence using Stanford Parser. When I use your code:
sd = StanfordDependencies.get_instance(jar_filename="/home/stanford-parse…
YiruS updated
8 years ago