Hi, I managed to extract articles from google scholar, while it returns
incomplete names of the article title(for "ABCDEFG", I can only get "ABC..."),
how can I set the maximum output length? Or is there anyway to get the full
string? Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I managed to extract articles from google scholar, while it returns
incomplete names of the article title(for "ABCDEFG", I can only get "ABC..."),
how can I set the maximum output length? Or is there anyway to get the full
string? Thanks.
There is no limit on any strings in HTMLParser other than the ToString() output of text nodes.
Perhaps you meant to call toHtml() instead.