Skip to content

Commit

Permalink
update code and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Mar 17, 2019
1 parent 3be0521 commit 490fbdf
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 1 deletion.
14 changes: 14 additions & 0 deletions crf/crf.go
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
// Copyright 2016 ego authors
//
// Licensed under the Apache License, Version 2.0 (the "License"): you may
// not use this file except in compliance with the License. You may obtain
// a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations
// under the License.

package crf
2 changes: 1 addition & 1 deletion data/dict/jp/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dict.txt 通过工具生成, Copyright 2017 ego authors. 商用和拷贝请注明来源和版权
dict.txt 通过内部工具生成, Copyright 2017 ego authors. 商用和拷贝请注明来源和版权
15 changes: 15 additions & 0 deletions hmm/hmm_seg.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
// Copyright 2016 ego authors
//
// Licensed under the Apache License, Version 2.0 (the "License"): you may
// not use this file except in compliance with the License. You may obtain
// a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations
// under the License.

// Package hmm is the Golang HMM cut module

package hmm

import (
Expand Down
14 changes: 14 additions & 0 deletions hmm/viterbi.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
// Copyright 2016 ego authors
//
// Licensed under the Apache License, Version 2.0 (the "License"): you may
// not use this file except in compliance with the License. You may obtain
// a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations
// under the License.

package hmm

import (
Expand Down
15 changes: 15 additions & 0 deletions tf/tf.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Copyright 2016 ego authors
//
// Licensed under the Apache License, Version 2.0 (the "License"): you may
// not use this file except in compliance with the License. You may obtain
// a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations
// under the License.

package tf

0 comments on commit 490fbdf

Please sign in to comment.