Skip to content

Instantly share code, notes, and snippets.

View Abirdcfly's full-sized avatar
😶

Abirdcfly

😶
View GitHub Profile
# coding=utf-8
prob_start = []
prob_trans = []
prob_emit = []
MIN_FLOAT = -3.14e100
STATE = {0: "B", 1: "E", 2: "M", 3: "S"}
def load_dicts(filename="hmm_model.utf8"):

Keybase proof

I hereby claim:

  • I am abirdcfly on github.
  • I am abirdcfly (https://keybase.io/abirdcfly) on keybase.
  • I have a public key ASCfmTYgVguLgHTklKSDFLsmbMzc0MjxJ6YPFXxMvkvAfgo

To claim this, I am signing this object:

@Abirdcfly
Abirdcfly / 📊 Weekly development breakdown
Last active August 26, 2023 06:17
📊 Weekly development breakdown
Other 29 hrs 3 mins ██████████████▋░░░░░░ 70.2%
Go 5 hrs 8 mins ██▌░░░░░░░░░░░░░░░░░░ 12.4%
sh 4 hrs 19 mins ██▏░░░░░░░░░░░░░░░░░░ 10.4%
Markdown 1 hr 44 mins ▉░░░░░░░░░░░░░░░░░░░░ 4.2%
Bash 35 mins ▎░░░░░░░░░░░░░░░░░░░░ 1.4%
离离原上草
一岁一枯荣
野火烧不尽
春风吹又生
@Abirdcfly
Abirdcfly / git-github-start.md
Last active January 18, 2024 02:08
新手如何使用git / github 参与代码协作 How to use git / github for newbies to participate in code collaboration