mirror of
https://github.com/apachecn/ailearning.git
synced 2026-02-03 10:24:39 +08:00
10 lines
106 B
Python
10 lines
106 B
Python
import tutorials.keras.text_NER as ft
|
|
|
|
|
|
def main():
|
|
ft.main()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|