mirror of
https://github.com/apachecn/ailearning.git
synced 2026-04-14 02:10:01 +08:00
移动 命名实体的代码位置
This commit is contained in:
9
run_example.py
Normal file
9
run_example.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import tutorials.keras.text_NER as ft
|
||||
|
||||
|
||||
def main():
|
||||
ft.main()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user