File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/org/culturegraph/mf/scripting Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . pipe ;
16
+ package org .culturegraph .mf .scripting ;
17
17
18
18
import java .io .FileNotFoundException ;
19
19
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ filter-triples org.culturegraph.mf.stream.pipe.TripleFilter
34
34
triples-to-stream org.culturegraph.mf.stream.converter.TriplesToStream
35
35
calculate-metrics org.culturegraph.mf.stream.pipe.stat.CooccurrenceMetricCalculator
36
36
37
- jscript org.culturegraph.mf.stream.pipe .JScriptObjectPipe
37
+ jscript org.culturegraph.mf.scripting .JScriptObjectPipe
38
38
39
39
as-lines org.culturegraph.mf.stream.converter.LineReader
40
40
as-records org.culturegraph.mf.stream.converter.RecordReader
You can’t perform that action at this time.
0 commit comments