Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best Text Editor for NLP

I have been working on NLP and using notepad++ for handling text files. It's good and some cases but problem is cant workout much with large scale files with lot of texts. VIM is not supporting UTF-8. Which one is the best text file handling editor with unicode support?

like image 243
user233935 Avatar asked Dec 13 '22 00:12

user233935


2 Answers

vim supports utf-8 -

:set enc=utf-8

like image 135
Fergal Moran Avatar answered Jan 02 '23 16:01

Fergal Moran


Emacs, obviously.

like image 31
High Performance Mark Avatar answered Jan 02 '23 14:01

High Performance Mark