mirror of
https://github.com/apachecn/ailearning.git
synced 2026-02-03 02:14:18 +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()
|