inukshuk / anystyle

Fast citation reference parsing
https://anystyle.io
Other
1.06k stars 91 forks source link

Input count wrong: limit yourself to 1000 references per request #216

Closed alan-kerr closed 1 year ago

alan-kerr commented 1 year ago

Tried to parse 352 references (from a thesis), but the parser said "Be kind! That's quite a lot of input. Since this is a free service, we'd ask you to limit yourself to 1000 references per request." and the parse button is greyed out. Input is one reference per line. So only 352 lines. Is there a byte count maybe? Any ideas?

inukshuk commented 1 year ago

Oh, true, it looks like it's testing the string length!

alan-kerr commented 1 year ago

OK, that makes sense. I guess I need to do it in chunks or run it locally then?

inukshuk commented 1 year ago

We'll update the limit eventually but I can't make any promises when I'll find the time. So yes, for the time being you'll have to make the chunks smaller or use the CLI tool locally.

alan-kerr commented 1 year ago

OK, thanks!