This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tech [2020/02/02 00:04] 71.174.33.216 |
tech [2021/12/05 14:55] (current) scotty |
||
---|---|---|---|
Line 4: | Line 4: | ||
</WRAP> | </WRAP> | ||
<WRAP column 32%> | <WRAP column 32%> | ||
- | **[[http://db.polynyms.com|→ NYMOLOGY SITE →]]**\\ | + | **[[http://nymology.org|→ NYMOLOGY SITE →]]**\\ |
* **[[nymology|Nymology FAQ]]** | * **[[nymology|Nymology FAQ]]** | ||
* **[[guide|Activities Guide]]** | * **[[guide|Activities Guide]]** | ||
Line 12: | Line 12: | ||
</WRAP> | </WRAP> | ||
---- | ---- | ||
- | <WRAP column 50%><WRAP round info>**Nymology** proudly runs on **Python3**, **Django2** and **PostgreSQL**.</WRAP> | + | <WRAP column 50%><WRAP round info>**Nymology** runs on **Python**, **Django** and **PostgreSQL**. The complete open source code base behind the site can be found on [[https://github.com/verkoder/nym|GitHub]]</WRAP> |
</WRAP> | </WRAP> | ||
<WRAP column 40%> | <WRAP column 40%> | ||
Many thanks to the authors of these tools:\\ | Many thanks to the authors of these tools:\\ | ||
- | * **[[https://conceptnet.io/|ConceptNet]]** - semantic network API\\ | + | * **[[https://conceptnet.io/|ConceptNet]]** - semantic network\\ |
* **[[https://spacy.io/|spaCy]]** - NLP tools\\ | * **[[https://spacy.io/|spaCy]]** - NLP tools\\ | ||
* **[[https://pypi.org/project/pyinflect/|pyinflect]]** - NLP inflection\\ | * **[[https://pypi.org/project/pyinflect/|pyinflect]]** - NLP inflection\\ | ||
* **[[https://www.highcharts.com|HighCharts]]** - chart plotting\\ | * **[[https://www.highcharts.com|HighCharts]]** - chart plotting\\ | ||
* **[[https://www.mathjax.org/|MathJax]]** - pretty math graphics\\ | * **[[https://www.mathjax.org/|MathJax]]** - pretty math graphics\\ | ||
- | * **[[https://www.quotes.net|Quotes.net API]]** - queryable resource | + | * **[[https://www.quotes.net|Quotes.net]]** - queryable resource |
- | * Django apps: tables2, vote | + | * Django apps: tables2, vote, rest_framework |
</WRAP> | </WRAP> | ||
<WRAP column 40%> | <WRAP column 40%> | ||
**Database Tables and Fields**\\ | **Database Tables and Fields**\\ | ||
- | The **[[http://db.polynyms.com|Nymology]]** database **Nymbase** contains the following tables and fields. All fields are text strings except foreign keys, count fields (integer) and //z// (float). | + | The **[[http://nymology.org|Nymology]]** database **Nymbase** follows the schema here.\\ The **[[http://nymology.org/api/|Nymology API]]** provides access to all data, except user info. |
</WRAP> | </WRAP> | ||
<WRAP column 50%> | <WRAP column 50%> | ||
Line 41: | Line 41: | ||
user = entry author (foreign key)\\ | user = entry author (foreign key)\\ | ||
src = original source\\ | src = original source\\ | ||
- | url = info link\\ | + | wiki = wikipedia link\\ |
area = field of study\\ | area = field of study\\ | ||
- | z = generality (0.0-1.0)\\ | ||
**TERMS** | **TERMS** |