-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
751ee86
commit 813f578
Showing
63 changed files
with
354 additions
and
3,133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"searchTemplate": "clause\n =: word lex=>CR\n phrase function=Adju|Cmpl|Loca|Supp|Time|Modi\n phrase\n word vt=perf|impf\n phrase function=Objc\n", "tuples": "", "sections": "", "side": "export", "help": "", "author": "Dirk Roorda", "title": "An MQL query by Robert Medina", "description": "Robert Medina and Oliver Glanz developed an MQL query:\n\n```\nselect all objects where\n[clause\n [word FOCUS FIRST lex = \">CR\"]\n [UnorderedGroup\n [phrase FOCUS function IN (Adju, Cmpl, Loca, Supp, Time, Modi)]\n [phrase \n [word FOCUS vt IN (perf, impf)]\n ]\n [phrase FOCUS function = Objc]\n ]\n]\n```\n\nThe translation in TF-search is here.\n\nA little explanation:\n\nThe `=:` between the `clause` and the `word` means that they start at the same word.\n\nEmbedding is indicated by indentation.\n\nOrder is not significant. So the three phrases correspond to an *unordered group* in MQL. \n\nIf you want, you can express order by putting in [relational operators](https://dans-labs.github.io/text-fabric/Api/General/#relational-operators) such as `=:`.", "withNodes": "on", "condensed": "on", "condensetp": "clause", "textformat": "text-orig-full", "expandAll": "1", "linked": 1, "opened": "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", "position": 1, "batch": 20} | ||
{"searchTemplate": "clause\n =: word lex=>CR\n phrase function=Adju|Cmpl|Loca|Supp|Time|Modi\n phrase\n word vt=perf|impf\n phrase function=Objc\n", "tuples": "", "sections": "", "side": "export", "help": "", "author": "Dirk Roorda", "title": "An MQL query by Robert Medina", "description": "Robert Medina and Oliver Glanz developed an MQL query:\n\n```\nselect all objects where\n[clause\n [word FOCUS FIRST lex = \">CR\"]\n [UnorderedGroup\n [phrase FOCUS function IN (Adju, Cmpl, Loca, Supp, Time, Modi)]\n [phrase \n [word FOCUS vt IN (perf, impf)]\n ]\n [phrase FOCUS function = Objc]\n ]\n]\n```\n\nThe translation in TF-search is here.\n\nA little explanation:\n\nThe `=:` between the `clause` and the `word` means that they start at the same word.\n\nEmbedding is indicated by indentation.\n\nOrder is not significant. So the three phrases correspond to an *unordered group* in MQL. \n\nIf you want, you can express order by putting in [relational operators](https://annotation.github.io/text-fabric/Api/General/#relational-operators) such as `=:`.", "withNodes": "on", "condensed": "on", "condensetp": "clause", "textformat": "text-orig-full", "expandAll": "1", "linked": 1, "opened": "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", "position": 1, "batch": 20} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
cloc|github.com/AlDanial/cloc v 1.78 T=1.46 s (90.3 files/s, 21704.3 lines/s) | ||
cloc|github.com/AlDanial/cloc v 1.78 T=0.51 s (236.6 files/s, 57587.6 lines/s) | ||
--- | --- | ||
|
||
Language|files|blank|comment|code | ||
:-------|-------:|-------:|-------:|-------: | ||
Python|55|1782|952|10983 | ||
Markdown|59|2780|0|7567 | ||
CSS|10|1343|34|3993 | ||
Python|46|1545|859|9274 | ||
Markdown|59|2780|0|7568 | ||
CSS|6|1341|34|3289 | ||
HTML|4|32|0|928 | ||
IPython Notebook|1|0|0|797 | ||
JavaScript|2|59|37|670 | ||
HTML|2|5|0|480 | ||
YAML|1|9|0|228 | ||
Bourne Shell|2|1|0|4 | ||
--------|--------|--------|--------|-------- | ||
SUM:|132|5979|1023|24722 | ||
SUM:|121|5767|930|22758 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
cloc|github.com/AlDanial/cloc v 1.78 T=0.04 s (340.6 files/s, 63765.6 lines/s) | ||
cloc|github.com/AlDanial/cloc v 1.78 T=0.04 s (351.6 files/s, 64622.0 lines/s) | ||
--- | --- | ||
|
||
Language|files|blank|comment|code | ||
:-------|-------:|-------:|-------:|-------: | ||
Python|13|351|165|1918 | ||
Python|14|365|188|2020 | ||
--------|--------|--------|--------|-------- | ||
SUM:|13|351|165|1918 | ||
SUM:|14|365|188|2020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
cloc|github.com/AlDanial/cloc v 1.78 T=0.06 s (322.5 files/s, 129877.5 lines/s) | ||
cloc|github.com/AlDanial/cloc v 1.78 T=0.06 s (317.2 files/s, 128088.1 lines/s) | ||
--- | --- | ||
|
||
Language|files|blank|comment|code | ||
:-------|-------:|-------:|-------:|-------: | ||
CSS|6|1341|34|3289 | ||
Python|9|294|193|1250 | ||
Python|9|296|204|1258 | ||
JavaScript|2|59|37|670 | ||
HTML|2|5|0|480 | ||
--------|--------|--------|--------|-------- | ||
SUM:|19|1699|264|5689 | ||
SUM:|19|1701|275|5697 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
cloc|github.com/AlDanial/cloc v 1.78 T=0.02 s (294.0 files/s, 31345.5 lines/s) | ||
cloc|github.com/AlDanial/cloc v 1.78 T=0.02 s (291.8 files/s, 31810.0 lines/s) | ||
--- | --- | ||
|
||
Language|files|blank|comment|code | ||
:-------|-------:|-------:|-------:|-------: | ||
Python|5|45|5|483 | ||
Python|5|48|3|494 | ||
--------|--------|--------|--------|-------- | ||
SUM:|5|45|5|483 | ||
SUM:|5|48|3|494 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,11 @@ | |
packages=[ | ||
'tf', | ||
'tf.applib', | ||
'tf.apps', | ||
'tf.convert', | ||
'tf.core', | ||
'tf.search', | ||
'tf.server', | ||
'tf.writing', | ||
'tf.apps.bhsa', | ||
'tf.apps.peshitta', | ||
'tf.apps.syrnt', | ||
'tf.apps.uruk', | ||
], | ||
install_requires=[ | ||
'rpyc', | ||
|
@@ -38,7 +33,7 @@ | |
description='''Processor and browser for Text Fabric Data''', | ||
author='Dirk Roorda', | ||
author_email='[email protected]', | ||
url='https://github.com/Dans-labs/text-fabric', | ||
url='https://github.com/annotation/text-fabric', | ||
keywords=[ | ||
'text', 'linguistics', | ||
'database', 'graph', | ||
|
@@ -72,6 +67,6 @@ | |
Tools to read text corpora with (linguistic) annotations | ||
and process them efficiently. | ||
With a built in web-interface for querying a corpus. | ||
More info on https://dans-labs.github.io/text-fabric/ | ||
More info on https://annotation.github.io/text-fabric/ | ||
''', | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.