Carmine DiMascio
Carmine DiMascio
@Thihup that sounds reasonable. would you be willing to put together a PR [contributing](https://github.com/cdimascio/dotenv-java/blob/master/CONTRIBUTING.md) notes are here. thanks!
In the Android case, /assets is not a relative path. Please revert that change
`java.nio.file.Paths` was added in Added in API level 26 https://developer.android.com/reference/java/nio/file/Paths in order to support his, we'll need to use a different API to handle paths This can be resolve by...
Currently, it's not available statically, though its worth consideration. One way to simulate the behavior you are looking for, would be to assign Dotenv to a `public static` variable. e.g....
@jessevdp `System.getenv()` is not an option with Java due to do the inability to set an env var on the running process. I describe it in the FAQ section. All...
Thanks so much for your interest @Prattjames. Currently, the package supports English. The package uses `sent_tokenize` which uses `PunktSentenceTokenizer` (punkt) under the covers by default. punkt appears to supports other...
Looking for help on this. We certainly don't need to support all languages. If support can be added for at least one additional language that will be a fantastic start!
It does not currently support Chinese. Im looking for help if folks are interested. PRs always welcome
@freecraver I'm open to changing the tokenizer. Would you be interested in investigating the effort to switch over?
@MathrewLing each scorer explicitly checks that there are more than 100 words. You could remove this limitation by adding an option to skip the check. The new option would need...