cbail / textnets

R package to perform automated text analysis using network techniques
MIT License
210 stars 62 forks source link

Textnets on Chinese text #26

Open paulyups opened 3 years ago

paulyups commented 3 years ago

Greetings. I tried to use textnets to map Chinese materials. Since Chinese contain meanings in n-grams, I already segmentize my data using other packages first. However, it seems that Preptext will ignore the segmentation and cut my n-grams into single words. Can I simply import data without any processing? Furthermore, I would like to export the textnets into gephi for further adjustment. Will it be possible?

Thanks.

cbail commented 3 years ago

We don't currently support either of those things sorry.