Alex Fenton

Results 48 comments of Alex Fenton

I did a short project to investigate this problem last year and looked at various open-source software tools, including Anystyle. I was interested because footnotes and even sidenotes are common...

If I may chip in again - my experience is that a little training goes a long way. If you have a distinctive pattern or set of characteristics that is...

Training the citation parser, I have determined that the very scientific amount of "half a dozen or so" is often enough, if the format/pattern to be recognised is distinctive. i.e....

Thanks for the report. I have run into this problem before with this surname-in-capitals citation style (it comes up in some German bibliographies too). After the bits of a citation...

Also, is "_dir._" a common abbreviation in French bibliographies? (I'm assuming it's something like dirigent·e·s - at the moment AnyStyle only knows _editeurs_.)

Thanks for the pointer @inukshuk . I agree we probably want options to switch this normalizer on and off or adjust how it works. I wonder if we want to...

> @a-fent how does inheritance break this line? Both `Parser` and `Finder` inherit from `ParserCore` just fine. If you try to inherit from Parser in your own code (e.g. to...

> Oh, I see what you mean now. `@defaults` is a class instance variable and I actually prefer using it over constants, because you can easily use custom defaults in...

Thanks, I like that idea with easier access to normalizer. The only wrinkle with `skip()` is that it changes that value for an instance of `Normalizer` that is actually shared...

NVM, misread the code, thought the @normalizers= was in class not instance scope.