Raf Guns

Results 25 comments of Raf Guns

In the absence of more information, we could just default to `False` for both `is_splittable` and `has_item_per_line`.

This problem persists but is now somewhat mitigated by showing a clearer error message to the user on what is wrong and how to alert us (see #11). Thanks again,...

I'd be happy to write a PR for this, if you think it's worth having.

Yeah, I think I prefer your suggestion: it seems cleaner than my initial `left_name=`/`right_name=` idea. Perhaps one downside is that it's less obvious what the role of each field is:...

For what it's worth, I hacked around this as follows: ```python from langdetect import DetectorFactory, PROFILES_DIRECTORY factory = DetectorFactory() factory.load_profile(PROFILES_DIRECTORY) detector = factory.create() def detect(text, detector=detector): detector.text = "" detector.append(text)...

Related: https://webofscience.help.clarivate.com/en-us/Content/export-records.htm seems to have a more exhaustive list of tags.

Hi both! You're right, this is a use case that the library currently doesn't implement. But I think it would fit in the scope of the package, so I'm open...

I'm reopening this since this functionality might be of interest to other users as well. Thanks for the example code, @hp0404 . Can I base my implementation on yours?

Thanks for the issue, I haven't encountered that field before. Does it come from some specific Web of Science index? I am most familar with the 'core' citation indexes, which...

Thanks for checking! I'll start working on this.