AIF2 icon indicating copy to clipboard operation
AIF2 copied to clipboard

AIF2 - is fully language independent NLP library. AIF2 written in Java 8+.

Results 47 AIF2 issues
Sort by recently updated
recently updated
newest added

Algorithm has been described: https://youtu.be/L5sxl3BSXz8

task
AIF-SITE
hard

Instead of StatSeparatorExtractor.getCharacters, CLI should use public method: public Optional extract(final List tokens)

task
AIF-CLI
AIF2-LIB
normal

All the non-private methods in StatSeparatorExtractor should be documented as well as all classes and methods that are used by StatSeparatorExtractor should be covered with the JavaDoc.

task
AIF2-LIB
easy

At the moment Settings are the singleton, and this is deprecated.

task
AIF2-LIB
normal

Guideline itself can be found here: https://google.github.io/styleguide/javaguide.html#s4.4-column-limit at least all lines should not be more the 100 characters

task
AIF2-LIB
easy

Probably there is OpenSource analog of the class. We need to find any free library that can be used in order to replace our own RegexpCooker.

task
AIF2-LIB
easy

Looks like it's broken on master

bug
AIF-PIPELINE
easy

So far Settings is just a public static field of ISettings class, and there is new way of creating ISettigs - GUICE, all the places should start using new way...

task
AIF-CLI
AIF2-LIB
easy

Currently download links for aif-cli v1.1, v1.2 broken and looks like https://s3.amazonaws.com/aif2/aif-cli/1.2/aif-cli-1.2-jar-with-dependencies.jar%22Download%20aif-cli.jar%20version%201.0%22

task
AIF-SITE
easy