Skip to content

Commit

Permalink
chore: Remove all traces of ShuJu
Browse files Browse the repository at this point in the history
  • Loading branch information
Romuald Rousseau committed Oct 1, 2024
1 parent e92bc5d commit 230d471
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/any2json-csv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- shuju/**
- any2json/**
- .github/workflows/any2json-csv.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/any2json-dbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- shuju/**
- any2json/**
- .github/workflows/any2json-dbf.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/any2json-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- shuju/**
- any2json/**
- .github/workflows/any2json-examples.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/any2json-excel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- shuju/**
- any2json/**
- .github/workflows/any2json-excel.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/any2json-layex-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- shuju/**
- any2json/**
- .github/workflows/any2json-layex-parser.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/any2json-llm-classifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- shuju/**
- any2json/**
- .github/workflows/any2json-llm-classifier.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/any2json-net-classifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- shuju/**
- any2json/**
- .github/workflows/any2json-net-classifier.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/any2json-parquet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- shuju/**
- any2json/**
- .github/workflows/any2json-parquet.yml

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/any2json-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- shuju/**
- any2json/**
- .github/workflows/any2json-pdf.yml

jobs:
Expand Down
11 changes: 0 additions & 11 deletions any2json-documents/docs/tutorial_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ Any2Json has a very modular design. Each module has to be loaded explicitely. Th
required to run the code of this tutorial:

```xml
<!-- ShuJu Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju</artifactId>
<version>${shuju.version}</version>
</dependency>
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
</dependency>
<!-- Any2Json Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
Expand Down
11 changes: 0 additions & 11 deletions any2json-documents/docs/tutorial_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@ Any2Json has a very modular design where each functionality can be loaded separa
module to enable the intelligent layout parsing. The following depedencies are required to run the code of this tutorial:

```xml
<!-- ShuJu Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju</artifactId>
<version>${shuju.version}</version>
</dependency>
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
</dependency>
<!-- Any2Json Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
Expand Down
11 changes: 0 additions & 11 deletions any2json-documents/docs/tutorial_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ Any2Json has a very modular design where each functionality can be loaded separa
module to enable the intelligent layout parsing. The following depedencies are required to run the code of this tutorial:

```xml
<!-- ShuJu Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju</artifactId>
<version>${shuju.version}</version>
</dependency>
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
</dependency>
<!-- Any2Json Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
Expand Down
11 changes: 0 additions & 11 deletions any2json-documents/docs/tutorial_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,6 @@ module to enable the tagging capabilities. This module use [TensorFlow](https://
following depedencies are required to run the code of this tutorial:

```xml
<!-- ShuJu Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju</artifactId>
<version>${shuju.version}</version>
</dependency>
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
</dependency>
<!-- Any2Json Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
Expand Down
11 changes: 0 additions & 11 deletions any2json-documents/docs/tutorial_5.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ module to enable the tagging capabilities. This module use [TensorFlow](https://
following depedencies are required to run the code of this tutorial:

```xml
<!-- ShuJu Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju</artifactId>
<version>${shuju.version}</version>
</dependency>
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
</dependency>
<!-- Any2Json Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
Expand Down
11 changes: 0 additions & 11 deletions any2json-documents/docs/tutorial_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ module to enable the tagging capabilities. This module use [TensorFlow](https://
following depedencies are required to run the code of this tutorial:

```xml
<!-- ShuJu Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju</artifactId>
<version>${shuju.version}</version>
</dependency>
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
</dependency>
<!-- Any2Json Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
Expand Down
11 changes: 0 additions & 11 deletions any2json-documents/docs/tutorial_7.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ module to enable the tagging capabilities. This module use [TensorFlow](https://
following depedencies are required to run the code of this tutorial:

```xml
<!-- ShuJu Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju</artifactId>
<version>${shuju.version}</version>
</dependency>
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
</dependency>
<!-- Any2Json Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
Expand Down
8 changes: 6 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
set positional-arguments
set dotenv-required
set dotenv-load

export TF_CPP_MIN_LOG_LEVEL := "3"

#
# RECIPES
Expand Down Expand Up @@ -28,11 +32,11 @@ build:

# Run the tests
test:
mvn -Dtest=UnitTestSuite -Dsurefire.failIfNoSpecifiedTests=false test
mvn -Dsurefire.failIfNoSpecifiedTests=false test

# Run all tests
test-full:
mvn -Dtest=UnitFullTestSuite -Dsurefire.failIfNoSpecifiedTests=false test
mvn -Dsurefire.failIfNoSpecifiedTests=false test

# Install in the local repository
install:
Expand Down

0 comments on commit 230d471

Please sign in to comment.