Skip to content
Snippets Groups Projects
Unverified Commit 1a00fa2f authored by Lucas Ondel Yang's avatar Lucas Ondel Yang
Browse files

renamed pacakge

parent 5ee6166f
No related branches found
No related tags found
No related merge requests found
name = "FSALinalg"
name = "FiniteStateAutomata"
uuid = "fc9063f0-9721-496a-abcf-7f8e825377b5"
authors = ["Lucas ONDEL YANG <lucas.ondel@cnrs.fr"]
version = "0.1.0"
......
# SPDX-License-Identifier: CECILL-2.1
module FSALinalg
module FiniteStateAutomata
using LinearAlgebra
using SparseArrays
......
......@@ -135,7 +135,7 @@ weights of the merged paths are simply added and locally renormalized.
Therefore, the resulting FSA may have different weighting than the
original FSA.
"""
function determinize(A::FSALinalg.AbstractFSA{K,L}) where {K,L}
function determinize(A::AbstractFSA{K,L}) where {K,L}
C = _spmap(K, λ(A))
# Edges of the determinized FSA.
......
using FSALinalg
using FiniteStateAutomata
using Semirings
using SparseArrays
using Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment