NightOwl888 commented on issue #890: URL: https://github.com/apache/lucenenet/issues/890#issuecomment-1922286022
BTW - I was just looking at the code example you posted and noticed a big issue. You won't be able to use `StandardAnalyzer` because it uses the `StandardTokenizer` to tokenize the text, which pulls out all of the punctuation. For OpenNLP tokenization you must use the `OpenNLPTokenizer` to set up your token stream. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org