Sam Passaglia commited on
Commit
94492dd
1 Parent(s): f29cbf8
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. pyproject.toml +0 -65
  3. robot_reading.png +0 -0
.gitattributes CHANGED
@@ -31,4 +31,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
31
  *.xz filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
 
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
31
  *.xz filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
+ *.csv filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
pyproject.toml DELETED
@@ -1,65 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools>=61.0"]
3
- build-backend = "setuptools.build_meta"
4
-
5
- [project]
6
- name = "yomikata"
7
- version = "0.0.1"
8
- authors = [{name="Sam Passaglia"}]
9
- description = "Japanese kanji disambiguation"
10
- readme = "README.md"
11
- requires-python = ">=3.8"
12
- classifiers = [
13
- "Programming Language :: Python :: 3",
14
- "Operating System :: OS Independent",
15
- "License:: OSI Approved :: MIT License"
16
- ]
17
- dynamic = ["dependencies"]
18
-
19
- [project.urls]
20
- "Homepage" = "https://github.com/passaglia/yomikata"
21
- "Demo" = "https://huggingface.co/spaces/passaglia/yomikata"
22
- "Bug Tracker" = "https://github.com/passaglia/yomikata/issues"
23
-
24
- [tool.setuptools.dynamic]
25
- dependencies = {file = ["requirements.txt"]}
26
-
27
- [tool.setuptools]
28
- packages = ["yomikata", "config"]
29
-
30
- [tool.flake8]
31
- exclude = "venv"
32
- ignore = ["E203","E501", "W503", "E226"]
33
- max-line-length = 79
34
- # E501: Line too long
35
- # W503: Line break occurred before binary operator
36
- # E226: Missing white space around arithmetic operator
37
- # E203: whitespace before ':' ()
38
-
39
- # iSort
40
- [tool.isort]
41
- profile = "black"
42
- line_length = 79
43
- multi_line_output = 3
44
- include_trailing_comma = true
45
- virtual_env = "venv"
46
-
47
- # Black formatting
48
- [tool.black]
49
- line-length = 100
50
- include = '\.pyi?$'
51
- exclude = '''
52
- /(
53
- .eggs # exclude a few common directories
54
- | .git # in the root of the project
55
- | .hg
56
- | .mypy_cache
57
- | .tox
58
- | venv
59
- | _build
60
- | buck-out
61
- | build
62
- | dist
63
- )/
64
- '''
65
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
robot_reading.png DELETED
Binary file (396 kB)