Skip to content
Snippets Groups Projects
Commit acd9d4e1 authored by Sebastien's avatar Sebastien
Browse files

Merge branch '1-project-creation' into 'master'

Resolve "Parser UNL"

Closes #1, #4, and #3

See merge request unl/unl2rdf!2
parents 9375f451 1e61cd21
No related branches found
No related tags found
1 merge request!2Resolve "Parser UNL"
Showing
with 1230 additions and 0 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
package unl;
import org.junit.jupiter.api.extension.ExtensionContext;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.ArgumentsProvider;
import java.util.stream.Stream;
public class SentenceWithExpectedDotArgumentProvider implements ArgumentsProvider {
@Override
public Stream<? extends Arguments> provideArguments(ExtensionContext extensionContext) throws Exception {
return Stream.of(Arguments.of(new R1SentenceWithExpectedDotChecker()),
Arguments.of(new R2SentenceWithExpectedDotChecker()),
Arguments.of(new CatSentenceWithExpectedDotChecker()),
Arguments.of(new AllSetenceWithExpectedDotChecker()));
}
}
This diff is collapsed.
package unl.parser;
public interface UnlParserFactory {
WrapperUnlParser create();
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Manifest-Version: 1.0
Main-Class: unl2rdf.Unl2Rdf
Build-Jdk-Spec: 11
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment