${project.groupId}:${project.artifactId} · Utils is a Kotlin package containing utilities for the KotlinNLP library.
Group: com.kotlinnlp - All Dependencies
${project.groupId}:${project.artifactId} · LinguisticDescription is a Kotlin library designed to support linguistic annotations over morphological, syntactic and semantic levels.
${project.groupId}:${project.artifactId} · SimpleDNN is a machine learning lightweight open-source library written in Kotlin whose purpose is to support the development of feed-forward and recurrent Artificial Neural Networks.
${project.groupId}:${project.artifactId} · ProgressIndicator implements different indicators to track a progress.
${project.groupId}:${project.artifactId} · NeuralTokenizer is a very simple to use text tokenizer which uses neural networks from the SimpleDNN library.
${project.groupId}:${project.artifactId} · TokensEncoder is a very simple to use tokens encoder library which uses neural networks from SimpleDNN.
${project.groupId}:${project.artifactId} · NeuralParser is a very simple to use dependency parser, based on the SimpleDNN library and the SyntaxDecoder transition systems framework.
${project.groupId}:${project.artifactId} · A simple package that contains convenient methods to build and navigate a dependency tree.
${project.groupId}:${project.artifactId} · CoNLLIO is a Kotlin library designed to read CoNLL-style data format, turning them into a list of Sentences and Tokens.
${project.groupId}:${project.artifactId} · MorphologicalAnalyzer is a Kotlin library designed to support morphological analysis of a text.
${project.groupId}:${project.artifactId} · LSSEncoder is the encoder of the Latent Syntactic Structure (LSS).
${project.groupId}:${project.artifactId} · SyntaxDecoder is a generalized transition-based parsing framework designed to simplify the development of statistical transition-based dependency parsers.
${project.groupId}:${project.artifactId} · LanguageDetector is a very simple to use text language detector which uses the Hierarchical Attention Networks (HAN) from the SimpleDNN library.
${project.groupId}:${project.artifactId} · HANClassifier is a very simple to use text classifier which uses the Hierarchical Attention Networks (HAN) from the SimpleDNN library.
${project.groupId}:${project.artifactId} · GeoLocation is a Kotlin library designed to support the identification of geo-locations in a text.
${project.groupId}:${project.artifactId} · FrameExtractor is a module for semantic frame parsing that performs intent detection and slot filling.
${project.groupId}:${project.artifactId} · LanguageModel contains a number of methods for language modeling based on the SimpleDNN library.
${project.groupId}:${project.artifactId} · A helper module for managing linguistic constraints during parsing.
${project.groupId}:${project.artifactId} · TokensLabeler allows to annotate the tokens of a sentence according to the BIEOU notation (or a subset of), in which the set of labels is defined in the training set.
${project.groupId}:${project.artifactId} · Calculate the salience score of sentences with the purpose to summarize a text.
${project.groupId}:${project.artifactId} · Correlate texts respect to linguistic perspectives.
${project.groupId}:${project.artifactId} · NLPServer implements a server listening http requests on different routes, to query different modules of the KotlinNLP library.
${project.groupId}:${project.artifactId} · A helper module for verifying linguistic conditions on morpho-syntactic tokens.