JavaNLP Coding Conventions

We're not sticklers about whether you put a space after a comma in a list, but in order to make sure that the code stays readable for everyone using the editor or IDE of their choice, we do need to require that you use the same whitespace standards as everyone else. These are: We also recommend that you try to follow the Sun Java code conventions.

Configuring your editor

Many java editors can be configured to use these conventions.

Emacs

IntelliJ