I am new to GATE NLP
. I have a document, which contains bullets. When I load it into GATE
. Bullets are detected as an unknown type symbol which is printed as
. I also tried to set the encoding to UTF-8
. And I also tryed to load the document programmatically, then bullets gets detected as a ?
.
Can anyone explain me this?
Example:
Promoted to Senior Member Technical in 2.5 years of experience.
Here is the symbol which is in the GATE DEVELOPER UI
and the ?
symbol is shown when I did it "programmatically".