NameRangeExpander throws an exception when trying to convert a numeral that is larger than MAX INT into integer.
Example for PubMed abstract https://www.ncbi.nlm.nih.gov/pubmed/27968835:
Exception in thread "main" java.lang.NumberFormatException: For input string: "71110107025"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:495)
at java.lang.Integer.parseInt(Integer.java:527)
at gnat.preprocessing.NameRangeExpander.sanityCheck(NameRangeExpander.java:685)
at gnat.preprocessing.NameRangeExpander$And4Actor.act(NameRangeExpander.java:535)
at brics.automaton.ActionAutomaton.run(ActionAutomaton.java:82)
at gnat.preprocessing.NameRangeExpander.expandText(NameRangeExpander.java:136)
at gnat.preprocessing.NameRangeExpander.expandText(NameRangeExpander.java:126)
at gnat.preprocessing.NameRangeExpander.filter(NameRangeExpander.java:113)
at gnat.client.Run.runFilters(Run.java:201)
at gnat.client.AnnotateMedline_TsvOutput.main(AnnotateMedline_TsvOutput.java:381)