문제

I made a process which reads a file, then makes document of it, then tokenizes it by regular expressions. Preview mode of tokenizer highlights found patterns correctly.

Now can I just get a list of found patterns on my screen?

enter image description here

도움이 되었습니까?

해결책

Replace the Tokenize operator with Process Documents and place the Tokenize operator inside it. The word list output of this represents the tokens.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top